Skip to main content

MembershipFee

A membership fee, which has an amount, renewal amount and cancellation amount in a given currency.

type MembershipFee {
amount: Float!
cancelationAmount: Float!
currency: Currency!
renewalAmount: Float!
}

Fields

MembershipFee.amount ● Float! non-null scalar

The monetary value, including any decimal values.

MembershipFee.cancelationAmount ● Float! non-null scalar

The monetary value for a cancelation, including any decimal values.

MembershipFee.currency ● Currency! non-null object

The currency the amounts are in.

MembershipFee.renewalAmount ● Float! non-null scalar

The monetary value for renewal, including any decimal values. Will be zero when chargeType is ONE_TIME_CHARGE.

Member Of

EventsAirMembershipFeeType object