toggle menu
Authgear
androidJvm
switch theme
search in API
sdk
/
com.oursky.authgear
/
UserInfoAddress
User
Info
Address
@
Serializable
data
class
UserInfoAddress
(
val
formatted
:
String
?
=
null
,
val
streetAddress
:
String
?
=
null
,
val
locality
:
String
?
=
null
,
val
region
:
String
?
=
null
,
val
postalCode
:
String
?
=
null
,
val
country
:
String
?
=
null
)
Members
Constructors
User
Info
Address
Link copied to clipboard
constructor
(
formatted
:
String
?
=
null
,
streetAddress
:
String
?
=
null
,
locality
:
String
?
=
null
,
region
:
String
?
=
null
,
postalCode
:
String
?
=
null
,
country
:
String
?
=
null
)
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
@
SerialName
(
value
=
"postal_code"
)
val
postalCode
:
String
?
=
null
region
Link copied to clipboard
val
region
:
String
?
=
null
street
Address
Link copied to clipboard
@
SerialName
(
value
=
"street_address"
)
val
streetAddress
:
String
?
=
null