# legal\_entity\_japan\_address

From **Stripe API**.

- Type: `object`

## Properties

### `city`

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

City/Ward.

### `country`

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

Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).

### `line1`

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

Block/Building number.

### `line2`

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

Building details.

### `postal_code`

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

ZIP or postal code.

### `state`

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

Prefecture.

### `town`

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

Town/cho-me.

## JSON Schema

```json
{"properties":{"city":{"description":"City/Ward.","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).","maxLength":5000,"nullable":true,"type":"string"},"line1":{"description":"Block/Building number.","maxLength":5000,"nullable":true,"type":"string"},"line2":{"description":"Building details.","maxLength":5000,"nullable":true,"type":"string"},"postal_code":{"description":"ZIP or postal code.","maxLength":5000,"nullable":true,"type":"string"},"state":{"description":"Prefecture.","maxLength":5000,"nullable":true,"type":"string"},"town":{"description":"Town/cho-me.","maxLength":5000,"nullable":true,"type":"string"}},"title":"LegalEntityJapanAddress","type":"object","x-expandableFields":[]}
```
