Skip to main content

FunctionRegistrationPaymentDetails

Represents the details of a function registration payment. Includes the status, discount, adjustment, tax and total charge.

type FunctionRegistrationPaymentDetails {
adjustmentAmount: Float!
cancelationFee: Float!
discountAmount: Float!
discountCode: FunctionDiscountCode
payingContact: Contact
paymentStatus: PaymentStatus!
splitChargeAmount: Float
taxAmount: Float!
totalChargeAmount: Float!
totalOutstandingAmount: Float!
}

Fields

FunctionRegistrationPaymentDetails.adjustmentAmount ● Float! non-null scalar

An adjustment applied to the fee amount.

FunctionRegistrationPaymentDetails.cancelationFee ● Float! non-null scalar

The cancelation fee applied to the function registration in the fee's currency.

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, CANCELED_CHARGE_TO_ANOTHER_CONTACT or SPLIT_CHARGE. Optional.

FunctionRegistrationPaymentDetails.paymentStatus ● PaymentStatus! non-null enum

The payment status.

FunctionRegistrationPaymentDetails.splitChargeAmount ● Float scalar

The amount that the other contact is paying when the paymentStatus is SPLIT_CHARGE. Optional.

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.

FunctionRegistrationPaymentDetails.totalOutstandingAmount ● Float! non-null scalar

The total amount that is currently outstanding for the function registration, in the fee's currency.

Member Of

CeContactStoreFunctionRegistration object ● FunctionRegistration object ● MembershipContactStoreFunctionRegistration object