# openapi.model.SubscriptionData

## Load the model package
```dart
import 'package:openapi/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**subscriptionId** | **String** |  | 
**schedule** | **String** |  | 
**currentPeriodEnd** | [**DateTime**](DateTime.md) |  | 
**currentPeriodStart** | [**DateTime**](DateTime.md) |  | 
**status** | [**SubscriptionStatus**](SubscriptionStatus.md) |  | 
**cancelAt** | [**DateTime**](DateTime.md) | A date in the future at which the subscription will automatically get canceled | [optional] 
**cancelAtPeriodEnd** | **bool** | If the subscription has been canceled with the `at_period_end` flag set to `true`, `cancel_at_period_end` on the subscription will be true. You can use this attribute to determine whether a subscription that has a status of active is scheduled to be canceled at the end of the current period. | 
**canceledAt** | [**DateTime**](DateTime.md) | If the subscription has been canceled, the date of that cancellation. If the subscription was canceled with `cancel_at_period_end`, `canceled_at` will reflect the time of the most recent update request, not the end of the subscription period when the subscription is automatically moved to a canceled state. | [optional] 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


