Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.15 KB

SubscriptionPlan.md

File metadata and controls

22 lines (19 loc) · 1.15 KB

SubscriptionPlan

Properties

Name Type Description Notes
Id string [optional] [default to null]
Name string [optional] [default to null]
CodeName string [optional] [default to null]
UserCount int32 [optional] [default to null]
PerSeat bool [optional] [default to null]
HasTrial bool [optional] [default to null]
IsTrialStandalone bool [optional] [default to null]
Free bool [optional] [default to null]
Public bool [optional] [default to null]
Limits []Limit [optional] [default to null]
Features []Feature [optional] [default to null]
Product *Product [optional] [default to null]
Prices []Price [optional] [default to null]
TrialLengthDays int32 [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]