# UberWaypoint

Model ID: `UberWaypoint`

A pickup or dropoff waypoint on a delivery.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `address` | `string|null` | No |  |  | `null` | Yes |  |
| `detailed_address` | `unknown|null` | No |  |  | `null` | Yes |  |
| `location` | `unknown|null` | No |  |  | `null` | Yes |  |
| `name` | `string|null` | No |  |  | `null` | Yes |  |
| `notes` | `string|null` | No |  |  | `null` | Yes |  |
| `phone_number` | `string|null` | No |  |  | `null` | Yes |  |
| `seller_notes` | `string|null` | No |  |  | `null` | Yes |  |
| `status` | `string|null` | No |  |  | `null` | Yes |  |
| `verification` | `unknown|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
