Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.05 KB

File metadata and controls

15 lines (12 loc) · 1.05 KB

# CreateSubscriptionPlanRequest

Properties

Name Type Description Notes
active bool Whether the subscription plan is active. [optional]
frequency int The frequency of the subscription plan. Must be greater than 0. Default is 1. [optional] [default to 1]
allow_prorating bool Allow prorating of the subscription plan. [optional]
cycle_type string The cycle type of the subscription plan.
display_order_index int The order that this plan will be displayed to the user. Lower values indicate higher priority in order. [optional] [default to 0]
plan_price float The price of the subscription plan in the smallest currency unit. Must be greater than or equal to 0.
total_cycles int How many cycles the subscription plan will have. 0 means infinite. [optional] [default to 0]

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