# FedexScanLocation

Model ID: `FedexScanLocation`

A city/state/country location on a status detail or scan event.

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 |  |
| `country_name` | `string|null` | No |  |  | `null` | Yes |  |
| `state_or_province_code` | `string|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
