Ads API .NET library
|
Structure to specify an address location. More...
Classes | |
class | Fields |
List of all supported fields for the Address class. More... | |
class | FilterableFields |
List of all supported filterable fields for the Address class. More... | |
class | SelectableFields |
List of all supported selectable fields for the Address class. More... | |
Properties | |
string | streetAddress [get, set] |
Street address line 1; More... | |
string | streetAddress2 [get, set] |
Street address line 2; More... | |
string | cityName [get, set] |
Name of the city; More... | |
string | provinceCode [get, set] |
Province or state code; More... | |
string | provinceName [get, set] |
Province or state name; More... | |
string | postalCode [get, set] |
Postal code; More... | |
string | countryCode [get, set] |
Country code; More... | |
Structure to specify an address location.
|
getset |
Name of the city;
null
if unknown. This string must not be empty.
|
getset |
Country code;
null
if unknown.
|
getset |
Postal code;
null
if unknown. This string must not be empty.
|
getset |
Province or state code;
null
if unknown. This string must not be empty.
|
getset |
Province or state name;
null
if unknown. This string must not be empty.
|
getset |
Street address line 1;
null
if unknown. This string must not be empty.
|
getset |
Street address line 2;
null
if unknown. This string must not be empty.