ExhibitionBookingPaymentDetails
Represents the details of a exhibition booking payment. Includes the status, discount, loading, adjustment, tax and total charge.
type ExhibitionBookingPaymentDetails {
adjustmentAmount: Float!
discountAmount: Float!
loadingAmount: Float!
paymentStatus: PaymentStatus!
taxAmount: Float!
totalChargeAmount: Float!
}
Fields
ExhibitionBookingPaymentDetails.adjustmentAmount ● Float! non-null scalar
An adjustment applied to the fee amount.
ExhibitionBookingPaymentDetails.discountAmount ● Float! non-null scalar
A discount applied to the fee amount.
ExhibitionBookingPaymentDetails.loadingAmount ● Float! non-null scalar
A loading applied to the fee amount.
ExhibitionBookingPaymentDetails.paymentStatus ● PaymentStatus! non-null enum
The payment status.
ExhibitionBookingPaymentDetails.taxAmount ● Float! non-null scalar
The amount of tax applied to the fee.
ExhibitionBookingPaymentDetails.totalChargeAmount ● Float! non-null scalar
The total amount that will be charged, in the fee's currency.
Member Of
ExhibitionBooking object