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!
}

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

CreatePaymentDetailsInput.paymentStatus ● PaymentStatusInput! non-null enum

The payment status. Defaults to PURCHASE if not specified.

Member Of

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