sdk-core
Toggle table of contents
7.2.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk-core
sdk-core
/
com.gigya.android.sdk.account.models
/
Address
Address
open
class
Address
Members
Constructors
Address
Link copied to clipboard
constructor
(
)
Properties
country
Link copied to clipboard
@
Nullable
@get:
Nullable
open
var
country
:
String
formatted
Link copied to clipboard
@
Nullable
@get:
Nullable
open
var
formatted
:
String
locality
Link copied to clipboard
@
Nullable
@get:
Nullable
open
var
locality
:
String
postal
Code
Link copied to clipboard
@
Nullable
@
SerializedName
(
value
=
"postal_code"
)
@get:
Nullable
open
var
postalCode
:
String
region
Link copied to clipboard
@
Nullable
@get:
Nullable
open
var
region
:
String
street
Address
Link copied to clipboard
@
Nullable
@
SerializedName
(
value
=
"street_address"
)
@get:
Nullable
open
var
streetAddress
:
String