Mobile Payments SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mobile Payments SDK
Mobile Payments SDK
/
com.fiserv.payments.ui.views.models
/
CreditCardListState
/
CreditCardListState
Credit
Card
List
State
constructor
(
cards
:
MutableList
<
CreditCard
>
=
ArrayList<CreditCard>().toMutableList()
,
selectedCard
:
CreditCard
?
=
null
,
cvv
:
String
?
=
null
,
showAddCard
:
Boolean
=
false
)
(
source
)