# gelato\_data\_document\_report\_issued\_date

From **Stripe API**.

Point in Time

- Type: `object`

## Properties

### `day`

- Required: false
- Type: `integer`
- Nullable: true

Numerical day between 1 and 31.

### `month`

- Required: false
- Type: `integer`
- Nullable: true

Numerical month between 1 and 12.

### `year`

- Required: false
- Type: `integer`
- Nullable: true

The four-digit year.

## JSON Schema

```json
{"description":"Point in Time","properties":{"day":{"description":"Numerical day between 1 and 31.","nullable":true,"type":"integer"},"month":{"description":"Numerical month between 1 and 12.","nullable":true,"type":"integer"},"year":{"description":"The four-digit year.","nullable":true,"type":"integer"}},"title":"GelatoDataDocumentReportIssuedDate","type":"object","x-expandableFields":[]}
```
