TicketImages
data class TicketImages(val logo: String? = null, val icon: String? = null, val strip: String? = null, val thumbnail: String? = null, val footer: String? = null, val background: String? = null) : Parcelable
The pod URIs of a ticket's stored pass images (solidshare:logoImage …), one per pkpass image role. They live inside the ticket's own container, next to its document and artifact, so sharing the container shares the complete pass.