AddressData.Default
Syntax:
Parameters:
<Data> (optional)
Contains the address data as a map.
The map keys have to match the object property names:
- Country - String type
- State - String type
- City - String type
- Street - String type
- House - String type
- ZipCode - String type
- Presentation - the address presentation as a string, String type.
If the map keys with custom fields match standard fields, the values of standard fields are used. Example: if the alue "Russia" is passed in the Country field and in the RawData field the correspondence with "Country=China" is passed, the resulting value is "Russia".
Description: