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
UpdateCeContactStoreCourseRegistrationInput input ● UpdateCeContactStoreFunctionRegistrationInput input ● UpdateCeContactStoreFunctionRegistrationWithBasicGuestsInput input ● UpdateCeContactStoreFunctionRegistrationWithContactGuestsInput input ● UpdateCeContactStoreGroupFunctionRegistrationInput input ● UpdateEventCourseRegistrationInput input ● UpdateExhibitionBookingInput input ● UpdateFunctionRegistrationInput input ● UpdateFunctionRegistrationWithBasicGuestsInput input ● UpdateFunctionRegistrationWithContactGuestsInput input ● UpdateGroupFunctionRegistrationInput input ● UpdateGroupRegistrationInput input ● UpdateMembershipContactStoreCourseRegistrationInput input ● UpdateMembershipContactStoreFunctionRegistrationInput input ● UpdateMembershipContactStoreFunctionRegistrationWithBasicGuestsInput input ● UpdateMembershipContactStoreFunctionRegistrationWithContactGuestsInput input ● UpdateMembershipContactStoreGroupFunctionRegistrationInput input ● UpdateRegistrationInput input