stripe-android
payments-ui-core
/
com.stripe.android.ui.core.elements
/
BankDropdownSpec
Bank
Dropdown
Spec
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
BankDropdownSpec
(
identifier
:
IdentifierSpec
,
@
StringRes
label
:
Int
,
bankType
:
SupportedBankType
)
:
SectionFieldSpec
Content copied to clipboard
Functions
Properties
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
transform
Link copied to clipboard
fun
transform
(
bankRepository
:
BankRepository
)
:
SectionFieldElement
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
bankType
Link copied to clipboard
val
bankType
:
SupportedBankType
Content copied to clipboard
identifier
Link copied to clipboard
open
override
val
identifier
:
IdentifierSpec
Content copied to clipboard
label
Link copied to clipboard
val
label
:
Int
Content copied to clipboard