ICCPItem

constructor(basePrice: Double, convenienceFee: Double, facilityFee: Double, quantity: Int, tax: Double, ticketTypeID: String, ticketTypeName: String)

Parameters

basePrice

The base price of the item.

convenienceFee

The convenience fee for the item.

facilityFee

The facility fee for the item.

quantity

The quantity of tickets for the item.

tax

The tax amount for the item.

ticketTypeID

The ID of the ticket type.

ticketTypeName

The name of the ticket type.