toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-core
/
com.stripe.android.model
/
Address
Address
data
class
Address
(
val
city
:
String
?
=
null
,
val
country
:
String
?
=
null
,
val
line1
:
String
?
=
null
,
val
line2
:
String
?
=
null
,
val
postalCode
:
String
?
=
null
,
val
state
:
String
?
=
null
)
:
StripeModel
,
StripeParamsModel
Model for an owner
address
object in the Source api.
Members
Constructors
Address
Link copied to clipboard
constructor
(
city
:
String
?
=
null
,
country
:
String
?
=
null
,
line1
:
String
?
=
null
,
line2
:
String
?
=
null
,
postalCode
:
String
?
=
null
,
state
:
String
?
=
null
)
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
city
Link copied to clipboard
val
city
:
String
?
=
null
country
Link copied to clipboard
val
country
:
String
?
=
null
line1
Link copied to clipboard
val
line1
:
String
?
=
null
line2
Link copied to clipboard
val
line2
:
String
?
=
null
postal
Code
Link copied to clipboard
val
postalCode
:
String
?
=
null
state
Link copied to clipboard
val
state
:
String
?
=
null
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
to
Param
Map
Link copied to clipboard
open
override
fun
toParamMap
(
)
:
Map
<
String
,
Any
>
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)