Skip to main content

CreatePaymentDetailsInput

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

input CreatePaymentDetailsInput {
adjustmentAmount: Float!
currencyId: ID
payingContactId: ID
paymentStatus: PaymentStatusInput!
splitChargeAmount: Float
}

Fields

CreatePaymentDetailsInput.adjustmentAmount ● Float! non-null scalar

An amount to adjust the charge amount by. Defaults to 0 if not specified.

CreatePaymentDetailsInput.currencyId ● ID scalar

The identifier of the currency the payment will be in. Defaults to the event's default currency if not specified. Optional.

CreatePaymentDetailsInput.payingContactId ● ID scalar

The identifier of the contact who pays for the item or who pays for part of the charge. Optional. If specified the paying contact must be different from the contact who owns the item and the record's payment status must be CHARGE_TO_ANOTHER_CONTACT or SPLIT_CHARGE.

CreatePaymentDetailsInput.paymentStatus ● PaymentStatusInput! non-null enum

The payment status. Defaults to PURCHASE if not specified.

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

CreateCeContactStoreCourseRegistrationInput input ● CreateCeContactStoreFunctionRegistrationInput input ● CreateCeContactStoreFunctionRegistrationWithBasicGuestsInput input ● CreateCeContactStoreFunctionRegistrationWithContactGuestsInput input ● CreateCeContactStoreGroupFunctionRegistrationInput input ● CreateEventCourseRegistrationInput input ● CreateExhibitionBookingInput input ● CreateFunctionRegistrationInput input ● CreateFunctionRegistrationWithBasicGuestsInput input ● CreateFunctionRegistrationWithContactGuestsInput input ● CreateGroupFunctionRegistrationInput input ● CreateGroupHotelBookingInput input ● CreateGroupRegistrationInput input ● CreateHotelBookingInput input ● CreateMembershipContactStoreCourseRegistrationInput input ● CreateMembershipContactStoreFunctionRegistrationInput input ● CreateMembershipContactStoreFunctionRegistrationWithBasicGuestsInput input ● CreateMembershipContactStoreFunctionRegistrationWithContactGuestsInput input ● CreateMembershipContactStoreGroupFunctionRegistrationInput input ● CreateRegistrationInput input