# source\_transaction\_paper\_check\_data

From **Stripe API**.

- Type: `object`

## Properties

### `available_at`

- Required: false
- Type: `string`
- maxLength: `5000`

Time at which the deposited funds will be available for use. Measured in seconds since the Unix epoch.

### `invoices`

- Required: false
- Type: `string`
- maxLength: `5000`

Comma-separated list of invoice IDs associated with the paper check.

## JSON Schema

```json
{"properties":{"available_at":{"description":"Time at which the deposited funds will be available for use. Measured in seconds since the Unix epoch.","maxLength":5000,"type":"string"},"invoices":{"description":"Comma-separated list of invoice IDs associated with the paper check.","maxLength":5000,"type":"string"}},"title":"SourceTransactionPaperCheckData","type":"object","x-expandableFields":[]}
```
