Skip to main content

UpdatePaymentDetailsInput

Represents payment details, used when updating a record that has payments.

input UpdatePaymentDetailsInput {
adjustmentAmount: Float!
currencyId: ID
}

Fields

UpdatePaymentDetailsInput.adjustmentAmount ● Float! non-null scalar

An amount to adjust the charge amount by.

UpdatePaymentDetailsInput.currencyId ● ID scalar

The identifier of the currency the payment will be in. Optional.

Member Of

UpdateExhibitionBookingInput input ● UpdateFunctionRegistrationInput input ● UpdateFunctionRegistrationWithBasicGuestsInput input ● UpdateFunctionRegistrationWithContactGuestsInput input ● UpdateRegistrationInput input