CreatePaymentDetailsInput
Represents payment details, used when creating a record that has payments.
input CreatePaymentDetailsInput {
adjustmentAmount: Float!
currencyId: 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.paymentStatus
● PaymentStatusInput!
non-null enum
The payment status. Defaults to PURCHASE if not specified.
Member Of
CreateCeContactStoreCourseRegistrationInput
input ● CreateEventCourseRegistrationInput
input ● CreateExhibitionBookingInput
input ● CreateFunctionRegistrationInput
input ● CreateFunctionRegistrationWithBasicGuestsInput
input ● CreateFunctionRegistrationWithContactGuestsInput
input ● CreateMembershipContactStoreCourseRegistrationInput
input ● CreateRegistrationInput
input