Sha256: 1b9629af3045d976df2fb8c10419aa925611bac2e697ae2fb7074f005601fbd0
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
# Billabear::SubscriptionStartBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **subscription_plan** | **String** | The ID for the subscription plan to be used (Can also be the code name) | **payment_details** | **String** | The Id for the customer's payment details to be used | [optional] **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] **price** | **String** | The ID for the price to be used | [optional] **schedule** | **String** | The schedule of the plan that is to be started. Only used if price isn't given. Requires currency as well. | [optional] **currency** | **String** | The currency of the plan that is to be started. Only used if price isn't given. Requires schedule as well. | [optional] **seat_numbrers** | **Integer** | | [optional] **deny_trial** | [**Bool**](Bool.md) | | [optional] **metadata** | **Object** | Any metadata you want to add to a subscription | [optional]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
billabear-1.1.0 | docs/SubscriptionStartBody.md |