Item
constructor(ticketTypeIdentifier: String?, ticketTypeName: String?, basePrice: Double, convenienceFee: Double?, facilityFee: Double?, tax: Double?, quantity: Int?, variant: String?, productType: String?)
Parameters
ticket Type Identifier
The ticket type ID, or null if not set.
ticket Type Name
The ticket type name, or null if not set.
base Price
The base price of the item.
convenience Fee
The convenience fee, or null if not set.
facility Fee
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.
product Type
The product type, or null if not set.