Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plan ¶
type Plan struct { ID primitive.ObjectID //Unique identifier for the plan Name string //Name of the plan Description string // Description of the plan Price float64 // Price of the plan Features Features // Features of the plan }
Plan represents a subscription plan offered by the SaaS platform.
Click to show internal directories.
Click to hide internal directories.