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
Previous year(s) financial members and/or those whose registration for the current membership year is canceled.
MembershipStatus.NON_FINANCIAL
Members who have not paid their membership registration for the current membership year.
Member Of
MembershipRegistrationSearchFilterInput input ● MembershipStatusesFilter input