CreditCardListState

data class CreditCardListState(val cards: MutableList<CreditCard> = ArrayList<CreditCard>().toMutableList(), val selectedCard: CreditCard? = null, val cvv: String? = null, val showAddCard: Boolean = false)(source)

Constructors

Link copied to clipboard
constructor(cards: MutableList<CreditCard> = ArrayList<CreditCard>().toMutableList(), selectedCard: CreditCard? = null, cvv: String? = null, showAddCard: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
val cvv: String?
Link copied to clipboard
Link copied to clipboard