Subscription Properties |
The Subscription type exposes the following members.
| Name | Description | |
|---|---|---|
| balance |
The current unpaid balance.
| |
| billing_period_end_date |
The start end of the billing period.
| |
| billing_period_start_date |
The start date of the billing period.
| |
| created_at |
The date/time that the subscription was created.
| |
| current_billing_cycle |
The current billing cycle.
| |
| days_past_due |
The number of days the oldest overdue payment is past due.
| |
| failure_count |
The number of attempted payments that have failed.
| |
| first_billing_date |
The first billing date of the subscription.
| |
| has_trial_period |
True if this should have a trial period
| |
| id |
The subscription ID.
| |
| never_expires |
Specifies that the subscription has no expiration.
| |
| next_bill_amount |
The next bill amount.
| |
| next_billing_date |
The next billing date.
| |
| next_billing_period_amount |
The total amount of the next billing period.
| |
| number_of_billing_cycles |
The number of billing cycles in this subscription.
| |
| paid_through_date |
The date through which all payments are current.
| |
| payment_method_token |
The payment token to use for the subscription.
| |
| plan_id |
The Braintree plan id. Must be created in braintree first.
| |
| price |
The per-period cost
| |
| status |
The status of the current subscription.
| |
| transaction |
The first transaction
| |
| trial_duration_days |
The number of trial days
| |
| updated_at |
The date/time that the subscription was last updated.
|