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

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.

Constructors

Link copied to clipboard
constructor(basePrice: Double, convenienceFee: Double, facilityFee: Double, quantity: Int, tax: Double, ticketTypeID: String, ticketTypeName: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tax: Double
Link copied to clipboard
Link copied to clipboard