Address

data class Address(val formatted: String? = null, val streetAddress: String? = null, val postalCode: String? = null, val locality: String? = null, val region: String? = null, val country: String? = null, val type: Address.AddressType? = null)

Constructors

Link copied to clipboard
constructor(formatted: String? = null, streetAddress: String? = null, postalCode: String? = null, locality: String? = null, region: String? = null, country: String? = null, type: Address.AddressType? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val country: String? = null
Link copied to clipboard
val formatted: String? = null
Link copied to clipboard
val locality: String? = null
Link copied to clipboard
val postalCode: String? = null
Link copied to clipboard
val region: String? = null
Link copied to clipboard
val streetAddress: String? = null
Link copied to clipboard