Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.08 KB

ClientPlanDetails.md

File metadata and controls

17 lines (13 loc) · 1.08 KB

Ory.Client.Model.ClientPlanDetails

Properties

Name Type Description Notes
BaseFeeMonthly long BaseFeeMonthly is the monthly base fee for the plan.
BaseFeeYearly long BaseFeeYearly is the yearly base fee for the plan.
Custom bool Custom is true if the plan is custom. This means it will be hidden from the pricing page.
Description string Description is the description of the plan.
Features Dictionary<string, ClientGenericUsage>
Latest bool Latest is true if the plan is the latest version of a plan and should be available for self-service usage. [optional]
Name string Name is the name of the plan.
VarVersion long Version is the version of the plan. The combination of `name@version` must be unique.

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