# issuing\_transaction\_lodging\_data

From **Stripe API**.

- Type: `object`

## Properties

### `check_in_at`

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

The time of checking into the lodging.

### `nights`

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

The number of nights stayed at the lodging.

## JSON Schema

```json
{"properties":{"check_in_at":{"description":"The time of checking into the lodging.","nullable":true,"type":"integer"},"nights":{"description":"The number of nights stayed at the lodging.","nullable":true,"type":"integer"}},"title":"IssuingTransactionLodgingData","type":"object","x-expandableFields":[]}
```
