CreateExhibitionPaymentDetailsInput
Defines the input for creating payment details for an exhibition booking.
input CreateExhibitionPaymentDetailsInput {
adjustmentAmount: Float!
currencyId: ID
discountAmount: Float!
loadingAmount: Float!
payingContactId: ID
paymentStatus: PaymentStatusInput!
}
Fields
CreateExhibitionPaymentDetailsInput.adjustmentAmount ● Float! non-null scalar
An amount to adjust the charge amount by.
CreateExhibitionPaymentDetailsInput.currencyId ● ID scalar
The identifier of the currency the payment will be in. Defaults to the event's default currency if not specified. Optional.
CreateExhibitionPaymentDetailsInput.discountAmount ● Float! non-null scalar
An amount to discount the charge amount by.
CreateExhibitionPaymentDetailsInput.loadingAmount ● Float! non-null scalar
A loading amount to add to the charge amount.
CreateExhibitionPaymentDetailsInput.payingContactId ● ID scalar
The identifier of the contact who pays for the item. Optional. If specified the paying contact must be different from the contact who owns the item and the record's payment status must be CHARGE_TO_ANOTHER_CONTACT.
CreateExhibitionPaymentDetailsInput.paymentStatus ● PaymentStatusInput! non-null enum
The payment status. Defaults to PURCHASE if not specified.