NewTicketImages
class NewTicketImages(val logo: ByteArray? = null, val icon: ByteArray? = null, val strip: ByteArray? = null, val thumbnail: ByteArray? = null, val footer: ByteArray? = null, val background: ByteArray? = null) : Parcelable
The binary pass images to store alongside a ticket on create, one slot per pkpass image role. Each non-null slot is uploaded into the ticket's container as {role}.png and linked from the ticket document (see TicketImages).