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
apiValue
:
String
?
=
null
,
val
displayText
:
String
=
"Other"
)
Constructors
Properties
Constructors
Dropdown
Item
Spec
Link copied to clipboard
fun
DropdownItemSpec
(
apiValue
:
String
?
=
null
,
displayText
:
String
=
"Other"
)
Properties
api
Value
Link copied to clipboard
val
apiValue
:
String
?
=
null
display
Text
Link copied to clipboard
val
displayText
:
String