VendorLocationWithTerminalsResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the location | [default to null] |
| name | String | Location name | [default to null] |
| address | String | Full address | [default to null] |
| city | String | City name | [optional] [default to null] |
| state | String | State/Province | [optional] [default to null] |
| country | String | Country | [optional] [default to null] |
| postal_code | String | Postal code | [optional] [default to null] |
| latitude | Double | Latitude coordinate | [optional] [default to null] |
| longitude | Double | Longitude coordinate | [optional] [default to null] |
| is_active | Boolean | Whether the location is active | [default to null] |
| terminal_count | Integer | Number of terminals at this location | [default to null] |
| created_at | Long | Unix timestamp of creation | [default to null] |