# subscription\_schedule\_current\_phase

From **Stripe API**.

- Type: `object`

## Properties

### `end_date`

- Required: true
- Type: `integer`
- Format: `unix-time`

The end of this phase of the subscription schedule.

### `start_date`

- Required: true
- Type: `integer`
- Format: `unix-time`

The start of this phase of the subscription schedule.

## JSON Schema

```json
{"properties":{"end_date":{"description":"The end of this phase of the subscription schedule.","format":"unix-time","type":"integer"},"start_date":{"description":"The start of this phase of the subscription schedule.","format":"unix-time","type":"integer"}},"required":["end_date","start_date"],"title":"SubscriptionScheduleCurrentPhase","type":"object","x-expandableFields":[]}
```
