# Subscription
## Properties
**billing_interval** | Option<**String**> | Billing interval (month or year). | [optional]
**cancel_at** | Option<**String**> | Cancellation date (ISO 8601), if scheduled. | [optional]
**current_period_end** | Option<**String**> | Billing period end (ISO 8601). | [optional]
**current_period_start** | Option<**String**> | Billing period start (ISO 8601). | [optional]
**events** | [**models::EventsUsage**](EventsUsage.md) | Events usage in the current period. |
**has_payment_method** | **bool** | Whether the customer has a payment method on file. |
**is_active** | **bool** | Whether the subscription is active. |
**plan** | [**models::Plan**](Plan.md) | Current plan. |
**status** | **String** | Stripe subscription status (active, past_due, canceled, etc.). |
**trial** | [**models::Trial**](Trial.md) | Trial information. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)