Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 908 Bytes

File metadata and controls

18 lines (13 loc) · 908 Bytes

PollinationSDK.Model.SubscriptionPlan

Properties

Name Type Description Notes
Type PlanType The type of plan [readonly]
Slug string A slug of the config plan used to create this subscription
Name string A name of the config plan used to create this subscription
AccountTypes List<AccountType> The types of account to which the plan can be applied
Quotas List<QuotaPlan> A list of quota plans for a given subscription [optional]
BillingOptions List<BillingOption> The billing options for this plan [optional]

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