Class Address
public class Address
- Inheritance
-
Address
- Inherited Members
Properties
City
City of the address.
public string City { get; set; }
Property Value
Country
Country of the address.
public string Country { get; set; }
Property Value
CountryCode
Country code of the address in ISO 3166-1 alpha-3 format.
public string CountryCode { get; set; }
Property Value
Number
Street number of the address.
public string Number { get; set; }
Property Value
Street
Street name of the address.
public string Street { get; set; }
Property Value
Zip
Zip code / postal code of the address.
public string Zip { get; set; }