Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.26 KB

SubscriptionStartBody.md

File metadata and controls

16 lines (13 loc) · 1.26 KB

SubscriptionStartBody

Properties

Name Type Description Notes
SubscriptionPlan string The ID for the subscription plan to be used (Can also be the code name) [default to null]
PaymentDetails string The Id for the customer's payment details to be used [optional] [default to null]
CardToken string A stripe card token that's been created using Stripe's js sdk. It'll create the payment details for the customer. [optional] [default to null]
Price string The ID for the price to be used [optional] [default to null]
Schedule string The schedule of the plan that is to be started. Only used if price isn't given. Requires currency as well. [optional] [default to null]
Currency string The currency of the plan that is to be started. Only used if price isn't given. Requires schedule as well. [optional] [default to null]
SeatNumbrers int32 [optional] [default to null]
DenyTrial bool [optional] [default to null]

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