toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-ui-core
/
com.stripe.android.ui.core.elements
/
DropdownItemSpec
Dropdown
Item
Spec
@
Serializable
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
DropdownItemSpec
(
val
apiValue
:
String
?
=
null
,
val
displayText
:
String
=
"Other"
)
:
Parcelable
Members
Constructors
Dropdown
Item
Spec
Link copied to clipboard
constructor
(
apiValue
:
String
?
=
null
,
displayText
:
String
=
"Other"
)
Properties
api
Value
Link copied to clipboard
@
SerialName
(
value
=
"api_value"
)
val
apiValue
:
String
?
=
null
display
Text
Link copied to clipboard
@
SerialName
(
value
=
"display_text"
)
val
displayText
:
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
)