MembershipRegistrationPaymentDetails
The membership registration payment details.
type MembershipRegistrationPaymentDetails {
adjustmentAmount: Float!
createdAt: DateTime!
createdBy: String
discountAmount: Float!
discountCode: MembershipDiscountCode
lastModifiedAt: DateTime!
lastModifiedBy: String
paymentStatus: PaymentStatus!
proRataAdjustmentAmount: Float!
taxAmount: Float!
totalChargeAmount: Float!
}
Fields
MembershipRegistrationPaymentDetails.adjustmentAmount ● Float! non-null scalar
The adjustment applied to the fee amount.
MembershipRegistrationPaymentDetails.createdAt ● DateTime! non-null scalar
The date and time the record was created.
MembershipRegistrationPaymentDetails.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
MembershipRegistrationPaymentDetails.discountAmount ● Float! non-null scalar
The discount applied to the fee amount.
MembershipRegistrationPaymentDetails.discountCode ● MembershipDiscountCode object
The discount code used during the membership registration. Optional.
MembershipRegistrationPaymentDetails.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
MembershipRegistrationPaymentDetails.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
MembershipRegistrationPaymentDetails.paymentStatus ● PaymentStatus! non-null enum
The payment status.
MembershipRegistrationPaymentDetails.proRataAdjustmentAmount ● Float! non-null scalar
The pro rata adjustment applied to the fee amount.
MembershipRegistrationPaymentDetails.taxAmount ● Float! non-null scalar
The amount of tax applied to the fee.
MembershipRegistrationPaymentDetails.totalChargeAmount ● Float! non-null scalar
The total amount that will be charged, in the fee's currency.