# period

From **Stripe API**.

- Type: `object`

## Properties

### `end`

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

The end date of this usage period. All usage up to and including this point in time is included.

### `start`

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

The start date of this usage period. All usage after this point in time is included.

## JSON Schema

```json
{"properties":{"end":{"description":"The end date of this usage period. All usage up to and including this point in time is included.","format":"unix-time","nullable":true,"type":"integer"},"start":{"description":"The start date of this usage period. All usage after this point in time is included.","format":"unix-time","nullable":true,"type":"integer"}},"title":"Period","type":"object","x-expandableFields":[]}
```
