Skip to main content

UpdateExhibitionPaymentDetailsInput

Defines the input for updating a payment details.

input UpdateExhibitionPaymentDetailsInput {
adjustmentAmount: Float
currencyId: ID
discountAmount: Float
loadingAmount: Float
splitChargeAmount: Float
}

Fields

UpdateExhibitionPaymentDetailsInput.adjustmentAmount ● Float scalar

An amount to adjust the charge amount by. Optional.

When set to null the value will default to 0.

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 scalar

An amount to discount the charge amount by. Optional.

When set to null the value will default to 0.

UpdateExhibitionPaymentDetailsInput.loadingAmount ● Float scalar

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

When set to null the value will default to 0.

UpdateExhibitionPaymentDetailsInput.splitChargeAmount ● Float scalar

The amount that the other contact is paying when the paymentStatus is SPLIT_CHARGE. Optional.

Value is required if paymentStatus is set to SPLIT_CHARGE. Must be greater than 0.

Member Of

UpdateExhibitionBookingInput input