Item

constructor(ticketTypeIdentifier: String?, ticketTypeName: String?, basePrice: Double, convenienceFee: Double?, facilityFee: Double?, tax: Double?, quantity: Int?, variant: String?, productType: String?)

Parameters

ticketTypeIdentifier

The ticket type ID, or null if not set.

ticketTypeName

The ticket type name, or null if not set.

basePrice

The base price of the item.

convenienceFee

The convenience fee, or null if not set.

facilityFee

The facility fee, or null if not set.

tax

The tax amount, or null if not set.

quantity

The quantity of tickets, or null if not set.

variant

The ticket variant, or null if not set.

productType

The product type, or null if not set.