Skip to main content

UpdateExhibitionPaymentDetailsInput

Defines the input for updating a payment details.

input UpdateExhibitionPaymentDetailsInput {
adjustmentAmount: Float!
currencyId: ID
discountAmount: Float!
loadingAmount: Float!
payingContactId: ID
paymentStatus: PaymentStatusInput
}

Fields

UpdateExhibitionPaymentDetailsInput.adjustmentAmount ● Float! non-null scalar

An amount to adjust the charge amount by.

UpdateExhibitionPaymentDetailsInput.currencyId ● ID scalar

The identifier of the currency the payment will be in. Defaults to the event's default currency if not specified. Optional.

UpdateExhibitionPaymentDetailsInput.discountAmount ● Float! non-null scalar

An amount to discount the charge amount by.

UpdateExhibitionPaymentDetailsInput.loadingAmount ● Float! non-null scalar

A loading amount to add to the charge amount.

UpdateExhibitionPaymentDetailsInput.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.

UpdateExhibitionPaymentDetailsInput.paymentStatus ● PaymentStatusInput enum

The payment status. Defaults to PURCHASE if not specified. Optional.

Member Of

UpdateExhibitionBookingInput input