MembershipStatus
Defines the current status values that can be used to filter membership registrations.
enum MembershipStatus {
FINANCIAL
NON_CURRENT
NON_FINANCIAL
}
Values
MembershipStatus.FINANCIAL
Members who have paid their membership registration for the current membership year.
MembershipStatus.NON_CURRENT
Registrations belonging to contacts who do not have any current (financial or non-financial) membership registration in the store — for example contacts whose only registrations are for previous or future membership years, or have been canceled.
MembershipStatus.NON_FINANCIAL
Members who have not paid their membership registration for the current membership year.
Member Of
MembershipRegistrationSearchFilterInput input ● MembershipStatusesFilter input