Skip to main content

UpdatePaymentDetailsInput

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

input UpdatePaymentDetailsInput {
adjustmentAmount: Float!
currencyId: ID
splitChargeAmount: Float
}

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.

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

UpdateCeContactStoreCourseRegistrationInput input ● UpdateCeContactStoreFunctionRegistrationInput input ● UpdateCeContactStoreFunctionRegistrationWithBasicGuestsInput input ● UpdateCeContactStoreFunctionRegistrationWithContactGuestsInput input ● UpdateCeContactStoreGroupFunctionRegistrationInput input ● UpdateEventCourseRegistrationInput input ● UpdateExhibitionBookingInput input ● UpdateFunctionRegistrationInput input ● UpdateFunctionRegistrationWithBasicGuestsInput input ● UpdateFunctionRegistrationWithContactGuestsInput input ● UpdateGroupFunctionRegistrationInput input ● UpdateGroupHotelBookingInput input ● UpdateGroupRegistrationInput input ● UpdateHotelBookingInput input ● UpdateMembershipContactStoreCourseRegistrationInput input ● UpdateMembershipContactStoreFunctionRegistrationInput input ● UpdateMembershipContactStoreFunctionRegistrationWithBasicGuestsInput input ● UpdateMembershipContactStoreFunctionRegistrationWithContactGuestsInput input ● UpdateMembershipContactStoreGroupFunctionRegistrationInput input ● UpdateRegistrationInput input