ICCPTransaction

constructor(artistID: String, artistName: String, basePriceTotal: Double, billingCountry: String, billingPostalCode: String, billingStateProvince: String, currencyCode: String, edpType: String, eventID: String, eventName: String, eventOnSaleDateTime: String, grandTotal: Double, isResale: Boolean, majorCategoryID: String, majorCategoryName: String, minorCategoryID: String, minorCategoryName: String, orderDateTime: String, orderID: String, orderProcessingFee: Double, paymentMethod: String, promoterID: String, shippingMethod: String, iccpItemList: List<ICCPItem>)

Parameters

artistID

The ID of the artist or attraction.

artistName

The name of the artist or attraction.

basePriceTotal

The total base price of the transaction.

billingCountry

The country for billing.

billingPostalCode

The postal code for billing.

billingStateProvince

The state or province for billing.

currencyCode

The currency code for the transaction.

edpType

The type of Event Details Page.

eventID

The ID of the event.

eventName

The name of the event.

eventOnSaleDateTime

The event's on-sale date and time.

grandTotal

The total cost including fees and taxes.

isResale

Whether the transaction is for resale tickets.

majorCategoryID

The ID of the major category.

majorCategoryName

The name of the major category.

minorCategoryID

The ID of the minor category.

minorCategoryName

The name of the minor category.

orderDateTime

The date and time of the order.

orderID

The ID of the order.

orderProcessingFee

The processing fee for the order.

paymentMethod

The payment method used.

promoterID

The ID of the promoter.

shippingMethod

The shipping method used.

iccpItemList

List of ICCPItem in the transaction.