toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-ui-core
/
com.stripe.android.ui.core.cbc
/
CardBrandChoiceEligibility
Card
Brand
Choice
Eligibility
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
interface
CardBrandChoiceEligibility
:
Parcelable
Inheritors
Eligible
Ineligible
Members
Types
Companion
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
object
Companion
Eligible
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
Eligible
(
val
preferredNetworks
:
List
<
CardBrand
>
)
:
CardBrandChoiceEligibility
Ineligible
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
object
Ineligible
:
CardBrandChoiceEligibility
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
)