Backend BillingPlan object
The BillingPlan object is similar to the BillingPlanResource object as it holds information about a Plan, as well as methods for managing it. However, the BillingPlan object is different in that it is used in the Backend API and is not directly accessible from the Frontend API.
Properties
- Name
-
annualFee - Type
null | BillingMoneyAmount- Description
The annual fee of the Plan.
- Name
-
annualMonthlyFee - Type
null | BillingMoneyAmount- Description
The annual fee of the Plan on a monthly basis.
- Name
-
fee - Type
null | BillingMoneyAmount- Description
The monthly fee of the Plan.
- Name
-
publiclyVisible - Type
boolean- Description
Whether the Plan is displayed in the <PricingTable /> component.
Feedback
Last updated on