ICCPItem
data class ICCPItem(val basePrice: Double, val convenienceFee: Double, val facilityFee: Double, val quantity: Int, val tax: Double, val ticketTypeID: String, val ticketTypeName: String)
Represents an item in a transaction in the purchase flow.
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.