Skip to main content

CeContactStoreFunctionRegistrationPaymentDetails

Represents the details of a ce contact store function registration payment.

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

Fields​

CeContactStoreFunctionRegistrationPaymentDetails.adjustmentAmount ● Float! non-null scalar​

An adjustment applied to the fee amount.

CeContactStoreFunctionRegistrationPaymentDetails.cancelationFee ● Float! non-null scalar​

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

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

CeContactStoreFunctionRegistrationPaymentDetails.paymentStatus ● PaymentStatus! non-null enum​

The payment status.

CeContactStoreFunctionRegistrationPaymentDetails.splitChargeAmount ● Float scalar​

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

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.

CeContactStoreFunctionRegistrationPaymentDetails.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