InterfaceItem_ROLocationInfo Model

Remote Order location information that are stored as part of Remote Order details

Nullable
StreetAddress : string

Nullable
AddressDetails : string

Nullable
City : string

Nullable
Province : string

Nullable
PostCode : string

Nullable
Notes : string

Nullable
GooglePlaceID : string

Nullable
PlaceName : string

Nullable
Latitude : number (decimal)

Nullable
Longitude : number (decimal)

Example
{
  "StreetAddress": "string value",
  "AddressDetails": "string value",
  "City": "string value",
  "Province": "string value",
  "PostCode": "string value",
  "Notes": "string value",
  "GooglePlaceID": "string value",
  "PlaceName": "string value",
  "Latitude": 1.23,
  "Longitude": 1.23
}