toggle menu
stripe-android
androidJvm
switch theme
search in API
paymentsheet
/
com.stripe.android.paymentsheet
/
ShopPayHandlers
/
SelectedAddress
Selected
Address
class
SelectedAddress
(
val
city
:
String
,
val
state
:
String
,
val
postalCode
:
String
,
val
country
:
String
)
:
Parcelable
Describes the address selected by the customer.
Members
Constructors
Selected
Address
Link copied to clipboard
constructor
(
city
:
String
,
state
:
String
,
postalCode
:
String
,
country
:
String
)
Properties
city
Link copied to clipboard
val
city
:
String
country
Link copied to clipboard
val
country
:
String
postal
Code
Link copied to clipboard
val
postalCode
:
String
state
Link copied to clipboard
val
state
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)