Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.58 KB

Address.md

File metadata and controls

22 lines (18 loc) · 1.58 KB

Address

An Address object.

Properties

Name Type Description Notes
address_types list[str] Reporting location type associated with the address (used for ELD reporting purposes). [optional]
contacts list[ContactTinyResponse] An array Contact mini-objects that are associated the Address. [optional]
created_at_time datetime The date and time this address was created in RFC 3339 format. [optional]
external_ids object The external IDs for the given object. [optional]
formatted_address str The full street address for this address/geofence, as it might be recognized by Google Maps.
geofence AddressGeofence
id str ID of the Address.
latitude float Latitude of the address. Will be geocoded from `formattedAddress` if not provided. [optional]
longitude float Longitude of the address. Will be geocoded from `formattedAddress` if not provided. [optional]
name str Name of the address.
notes str Notes about the address. [optional]
tags list[TagTinyResponse] An array of all tag mini-objects that are associated with the given address entry. [optional]

[Back to Model list] [Back to API list] [Back to README]