Working on all the routes, methods, and models.
This commit is contained in:
@@ -69,8 +69,9 @@ class Membership_Base(BaseModel):
|
||||
# additional_terms_conditions: Optional[dict] = {} # Is this useful?
|
||||
|
||||
# Including other related objects
|
||||
product: Optional[list] # Product_Base() List of products (for_type and for_id) that get this membership option
|
||||
cfg: Optional[Membership_Cfg_Base] = Membership_Cfg_Base()
|
||||
membership_member_list: Optional[list] # Membership_Member_Base() List of membership members
|
||||
product_list: Optional[list] # Product_Base() List of products (for_type and for_id) that get this membership option
|
||||
|
||||
_processed_at: datetime.datetime = PrivateAttr(default_factory=datetime.datetime.now)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user