toggle menu
webflows
3070ca8
androidJvm
switch theme
search in API
webflows
/
com.schibsted.account.webflows.api
/
Address
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
)
Members
Constructors
Address
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
Address
Type
Link copied to clipboard
enum
AddressType
:
Enum
<
Address.AddressType
>
Properties
country
Link copied to clipboard
val
country
:
String
?
=
null
formatted
Link copied to clipboard
val
formatted
:
String
?
=
null
locality
Link copied to clipboard
val
locality
:
String
?
=
null
postal
Code
Link copied to clipboard
val
postalCode
:
String
?
=
null
region
Link copied to clipboard
val
region
:
String
?
=
null
street
Address
Link copied to clipboard
val
streetAddress
:
String
?
=
null
type
Link copied to clipboard
val
type
:
Address.AddressType
?
=
null