Skip to main content

MembershipRegistrationPaymentDetails

The membership registration payment details.

type MembershipRegistrationPaymentDetails {
adjustmentAmount: Float!
cancelationFee: Float!
createdAt: DateTime!
createdBy: String
discountAmount: Float!
discountCode: MembershipDiscountCode
lastModifiedAt: DateTime!
lastModifiedBy: String
payingContact: Contact
paymentStatus: PaymentStatus!
proRataAdjustmentAmount: Float!
taxAmount: Float!
totalChargeAmount: Float!
totalOutstandingAmount: Float!
}

Fields​

MembershipRegistrationPaymentDetails.adjustmentAmount ● Float! non-null scalar​

The adjustment applied to the fee amount.

MembershipRegistrationPaymentDetails.cancelationFee ● Float! non-null scalar​

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

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.payingContact ● Contact object​

The contact paying for the membership registration when paymentStatus is CHARGE_TO_ANOTHER_CONTACT or CANCELED_CHARGE_TO_ANOTHER_CONTACT. 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.

MembershipRegistrationPaymentDetails.totalOutstandingAmount ● Float! non-null scalar​

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

Member Of​

EventsAirMembershipRegistration object