UpdateExhibitionPaymentDetailsInput
Defines the input for updating a payment details.
input UpdateExhibitionPaymentDetailsInput {
adjustmentAmount: Float
currencyId: ID
discountAmount: Float
loadingAmount: 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.