# invoices\_status\_transitions

From **Stripe API**.

- Type: `object`

## Properties

### `finalized_at`

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

The time that the invoice draft was finalized.

### `marked_uncollectible_at`

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

The time that the invoice was marked uncollectible.

### `paid_at`

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

The time that the invoice was paid.

### `voided_at`

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

The time that the invoice was voided.

## JSON Schema

```json
{"properties":{"finalized_at":{"description":"The time that the invoice draft was finalized.","format":"unix-time","nullable":true,"type":"integer"},"marked_uncollectible_at":{"description":"The time that the invoice was marked uncollectible.","format":"unix-time","nullable":true,"type":"integer"},"paid_at":{"description":"The time that the invoice was paid.","format":"unix-time","nullable":true,"type":"integer"},"voided_at":{"description":"The time that the invoice was voided.","format":"unix-time","nullable":true,"type":"integer"}},"title":"InvoicesStatusTransitions","type":"object","x-expandableFields":[]}
```
