Address
class Address(val houseNumber: String? = null, val street: String? = null, val neighborhood: String? = null, val locality: String? = null, val postcode: String? = null, val place: String? = null, val district: String? = null, val region: String? = null, val country: String? = null, val countryCodeIsoAlpha2: String? = null)
Represents a physical address with various optional components.
See also
Properties
Link copied to clipboard
a country code in the ISO 3166-1 alpha-2 standard. NOTE: in some cases the country code might be obtained dynamically, thus making it less reliable than country.
Link copied to clipboard
Link copied to clipboard