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
artist ID
The ID of the artist or attraction.
artist Name
The name of the artist or attraction.
base Price Total
The total base price of the transaction.
billing Country
The country for billing.
billing Postal Code
The postal code for billing.
billing State Province
The state or province for billing.
currency Code
The currency code for the transaction.
edp Type
The type of Event Details Page.
event ID
The ID of the event.
event Name
The name of the event.
event On Sale Date Time
The event's on-sale date and time.
grand Total
The total cost including fees and taxes.
is Resale
Whether the transaction is for resale tickets.
major Category ID
The ID of the major category.
major Category Name
The name of the major category.
minor Category ID
The ID of the minor category.
minor Category Name
The name of the minor category.
order Date Time
The date and time of the order.
order ID
The ID of the order.
order Processing Fee
The processing fee for the order.
payment Method
The payment method used.
promoter ID
The ID of the promoter.
shipping Method
The shipping method used.
iccp Item List
List of ICCPItem in the transaction.