ICCPItem
constructor(basePrice: Double, convenienceFee: Double, facilityFee: Double, quantity: Int, tax: Double, ticketTypeID: String, ticketTypeName: String)
Parameters
base Price
The base price of the item.
convenience Fee
The convenience fee for the item.
facility Fee
The facility fee for the item.
quantity
The quantity of tickets for the item.
tax
The tax amount for the item.
ticket Type ID
The ID of the ticket type.
ticket Type Name
The name of the ticket type.