stripe-android
payments-ui-core
/
com.stripe.android.ui.core.elements
/
DropdownItemSpec
Dropdown
Item
Spec
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
DropdownItemSpec
(
val
api_value
:
String
?
,
val
display_text
:
String
)
:
Parcelable
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Dropdown
Item
Spec
Link copied to clipboard
fun
DropdownItemSpec
(
api_value
:
String
?
,
display_text
:
String
)
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
api_value
Link copied to clipboard
val
api_value
:
String
?
Content copied to clipboard
display_text
Link copied to clipboard
val
display_text
:
String
Content copied to clipboard