# status\_transitions

From **Stripe API**.

- Type: `object`

## Properties

### `canceled`

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

The time that the order was canceled.

### `fulfiled`

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

The time that the order was fulfilled.

### `paid`

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

The time that the order was paid.

### `returned`

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

The time that the order was returned.

## JSON Schema

```json
{"properties":{"canceled":{"description":"The time that the order was canceled.","format":"unix-time","nullable":true,"type":"integer"},"fulfiled":{"description":"The time that the order was fulfilled.","format":"unix-time","nullable":true,"type":"integer"},"paid":{"description":"The time that the order was paid.","format":"unix-time","nullable":true,"type":"integer"},"returned":{"description":"The time that the order was returned.","format":"unix-time","nullable":true,"type":"integer"}},"title":"StatusTransitions","type":"object","x-expandableFields":[]}
```
