CourseRegistrationPaymentDetailsInput
Represents payment details, used when creating a course registration.
input CourseRegistrationPaymentDetailsInput {
adjustmentAmount: Float!
currencyId: ID
payingContactId: ID
paymentStatus: PaymentStatusInput!
}
Fields
CourseRegistrationPaymentDetailsInput.adjustmentAmount ● Float! non-null scalar
An amount to adjust the charge amount by. Defaults to 0 if not specified.
CourseRegistrationPaymentDetailsInput.currencyId ● ID scalar
The identifier of the currency the payment will be in. Defaults to the event's default currency if not specified. Optional.
CourseRegistrationPaymentDetailsInput.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.
CourseRegistrationPaymentDetailsInput.paymentStatus ● PaymentStatusInput! non-null enum
The payment status. Defaults to PURCHASE if not specified.
Member Of
CreateCeContactStoreCourseRegistrationInput input ● CreateEventCourseRegistrationInput input ● CreateMembershipContactStoreCourseRegistrationInput input