# SalesforceAddress

Model ID: `SalesforceAddress`

Account compound address (``Address__*__s`` fields).

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `city` | `string|null` | No |  |  | `null` | Yes |  |
| `country_code` | `string|null` | No |  |  | `null` | Yes |  |
| `postal_code` | `string|null` | No |  |  | `null` | Yes |  |
| `state_code` | `string|null` | No |  |  | `null` | Yes |  |
| `street` | `string|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
