core / com.schibsted.account.network.response / ProfileData / Address

Address

data class Address

Types

AddressType

enum class AddressType

Constructors

<init>

Address(formatted: String? = null, streetAddress: String? = null, postalCode: String? = null, country: String? = null, locality: String? = null, region: String? = null, latitude: String? = null, longitude: String? = null, altitude: String? = null, type: ProfileData.Address.AddressType? = null)

Properties

altitude

val altitude: String?

country

val country: String?

formatted

val formatted: String?

latitude

val latitude: String?

locality

val locality: String?

longitude

val longitude: String?

postalCode

val postalCode: String?

region

val region: String?

streetAddress

val streetAddress: String?

type

val type: ProfileData.Address.AddressType?