Type name: PostalAddress
Extends ContactPoint
| Name | Type | Description |
|---|---|---|
| addressCountry | Country | The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code. |
| addressLocality | Text | The locality. For example, Mountain View. |
| addressRegion | Text | The region. For example, CA. |
| postalCode | Text | The postal code. For example, 94043. |
| postOfficeBoxNumber | Text | The post office box number for PO box addresses. |
| streetAddress | Text | The street address. For example, 1600 Amphitheatre Pkwy. |