CardComponentState
data class CardComponentState(val data: PaymentComponentData<CardPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean, val cardBrand: CardBrand?, val binValue: String, val lastFourDigits: String?) : PaymentComponentState<CardPaymentMethod>
Represents the state of CardComponent.
Constructors
Link copied to clipboard
constructor(data: PaymentComponentData<CardPaymentMethod>, isInputValid: Boolean, isReady: Boolean, cardBrand: CardBrand?, binValue: String, lastFourDigits: String?)