Skip to main content

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 scalar

An amount to adjust the charge amount by. Optional.

The default value is 0.

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 scalar

An amount to discount the charge amount by. Optional.

The default value is 0.

CreateExhibitionPaymentDetailsInput.loadingAmount ● Float scalar

A loading amount to add to the charge amount. Optional.

The default value is 0.

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. Cannot be a canceled status.

Member Of

CreateExhibitionBookingInput input