Working on all module routes, methods, and models
This commit is contained in:
@@ -30,12 +30,16 @@ class Membership_Member_Base(BaseModel):
|
||||
|
||||
account_id_random: Optional[str]
|
||||
account_id: Optional[int]
|
||||
|
||||
membership_type_id_random: Optional[str]
|
||||
membership_type_id: Optional[int] # NOTE: This is not optional
|
||||
|
||||
person_id_random: Optional[str]
|
||||
person_id: Optional[int]
|
||||
|
||||
product_id_random: Optional[str]
|
||||
product_id: Optional[int] # The product they purchased to get this membership
|
||||
|
||||
user_id_random: Optional[str]
|
||||
user_id: Optional[int]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user