You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -295,6 +297,62 @@ Name | Type | Description | Notes
295
297
296
298
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
@@ -571,3 +629,59 @@ Name | Type | Description | Notes
571
629
572
630
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
**subscription_plan** | **string** | The ID for the subscription plan to be used |
6
+
**subscription_plan** | **string** | The ID for the subscription plan to be used (Can also be the code name) |
7
7
**payment_details** | **string** | The Id for the customer's payment details to be used | [optional]
8
+
**card_token** | **string** | A stripe card token that's been created using Stripe's js sdk. It'll create the payment details for the customer. | [optional]
8
9
**price** | **string** | The ID for the price to be used | [optional]
9
10
**schedule** | **string** | The schedule of the plan that is to be started. Only used if price isn't given. Requires currency as well. | [optional]
10
11
**currency** | **string** | The currency of the plan that is to be started. Only used if price isn't given. Requires schedule as well. | [optional]
**subscription_plan** | **string** | The ID for the subscription plan to be used (Can also be the code name) |
7
+
**seat_numbrers** | **int** | | [optional]
8
+
**trial_length_days** | **int** | | [optional]
9
+
10
+
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
0 commit comments