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