Skip to content

Member Group Associations

This model represents a member group that is associated to a member. In addition to the association (which is always valid), it can be active or inactive in billing context, which is controlled by the paymentActive attribute and controls whether the billing settings of this group are considered for the member fee calculation.

Representative Model Class Update Model Class Create Model Class
MemberMemberGroup MemberMemberGroupCustomUpdate MemberMemberGroupCreate

end class-attribute instance-attribute

end: Any | None = None

memberGroup class-attribute instance-attribute

memberGroup: EasyVereinReference | None = None

paymentActive class-attribute instance-attribute

paymentActive: bool = False

paymentAmount class-attribute instance-attribute

paymentAmount: float | None = None

start class-attribute instance-attribute

start: Any | None = None

userObject class-attribute instance-attribute

userObject: EasyVereinReference | Member | None = None