# Billing Address

ISO 20022 Structured Billing Address

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `city` | string | **yes** | City name<br/><br/>Min length: `1`. Max length: `255`. |
| `country` | string | **yes** | Country code. Format: ISO 3166-1 alpha-2<br/><br/>Min length: `2`. Max length: `2`. |
| `name` | string | **yes** | Name of the recipient. The organization's display name<br/><br/>Min length: `1`. |
| `postal-code` | string | **yes** | Postal code<br/><br/>Min length: `1`. Max length: `80`. |
| `street-name` | string | **yes** | Street name<br/><br/>Min length: `1`. |
| `address` | string | no | Free-text address fallback<br/><br/>Min length: `1`. |
| `building-number` | string | no | Building number<br/><br/>Max length: `255`. |

