FunctionRegistrationPaymentDetails
Represents the details of a function registration payment. Includes the status, discount, adjustment, tax and total charge.
type FunctionRegistrationPaymentDetails {
adjustmentAmount: Float!
discountAmount: Float!
discountCode: FunctionDiscountCode
payingContact: Contact
paymentStatus: PaymentStatus!
taxAmount: Float!
totalChargeAmount: Float!
}
Fields
FunctionRegistrationPaymentDetails.adjustmentAmount ● Float! non-null scalar
An adjustment applied to the fee amount.
FunctionRegistrationPaymentDetails.discountAmount ● Float! non-null scalar
A discount applied to the fee amount.
FunctionRegistrationPaymentDetails.discountCode ● FunctionDiscountCode object
The discount code used during the function registration. Optional.
FunctionRegistrationPaymentDetails.payingContact ● Contact object
The contact paying for the function registration when paymentStatus is CHARGE_TO_ANOTHER_CONTACT or CANCELED_CHARGE_TO_ANOTHER_CONTACT. Optional.
FunctionRegistrationPaymentDetails.paymentStatus ● PaymentStatus! non-null enum
The payment status.
FunctionRegistrationPaymentDetails.taxAmount ● Float! non-null scalar
The amount of tax applied to the fee.
FunctionRegistrationPaymentDetails.totalChargeAmount ● Float! non-null scalar
The total amount that will be charged, in the fee's currency.
Member Of
CeContactStoreFunctionRegistration object ● FunctionRegistration object ● MembershipContactStoreFunctionRegistration object