toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
ui
/
io.snabble.sdk.ui.payment
/
Payone
/
PreAuthRequest
/
Address
Address
data
class
Address
(
val
street
:
String
,
val
zip
:
String
,
val
city
:
String
,
val
country
:
String
,
val
state
:
String
?
)
Members
Constructors
Address
Link copied to clipboard
constructor
(
street
:
String
,
zip
:
String
,
city
:
String
,
country
:
String
,
state
:
String
?
)
Properties
city
Link copied to clipboard
@
SerializedName
(
value
=
"city"
)
val
city
:
String
country
Link copied to clipboard
@
SerializedName
(
value
=
"country"
)
val
country
:
String
state
Link copied to clipboard
@
SerializedName
(
value
=
"state"
)
val
state
:
String
?
street
Link copied to clipboard
@
SerializedName
(
value
=
"street"
)
val
street
:
String
zip
Link copied to clipboard
@
SerializedName
(
value
=
"zip"
)
val
zip
:
String