Working on membership, fundraising, and products and other things

This commit is contained in:
Scott Idem
2021-07-01 17:55:25 -04:00
parent 3631f2f122
commit a56804cee6
10 changed files with 425 additions and 534 deletions

View File

@@ -27,6 +27,8 @@ class Membership_Type_Base(BaseModel):
account_id_random: Optional[str]
account_id: Optional[int]
level: Optional[int]
name: Optional[str]
description: Optional[str]