rattail.membership
¶
Membership Handler
- class rattail.membership.MembershipHandler(*args, **kwargs)[source]¶
Base class and default implementation for membership handlers.
- ensure_member(person, **kwargs)[source]¶
Returns the Member record associated with the given person, creating it first if necessary.
- get_equity_full_investment_amount(**kwargs)[source]¶
Should return the amount required for an account to become fully invested.
- get_equity_total(member, cached=True, **kwargs)[source]¶
Get the official equity total for the given member account.