toggle menu
adyen-android
androidJvm
switch theme
search in API
card
/
com.adyen.checkout.card.internal.ui.model
/
CardListItem
Card
List
Item
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
CardListItem
(
val
cardBrand
:
CardBrand
,
val
isDetected
:
Boolean
,
val
environment
:
Environment
)
Members
Constructors
Card
List
Item
Link copied to clipboard
constructor
(
cardBrand
:
CardBrand
,
isDetected
:
Boolean
,
environment
:
Environment
)
Properties
card
Brand
Link copied to clipboard
val
cardBrand
:
CardBrand
environment
Link copied to clipboard
val
environment
:
Environment
is
Detected
Link copied to clipboard
val
isDetected
:
Boolean