Package com.adyen.checkout.card
Class CardComponentState
-
- All Implemented Interfaces:
-
com.adyen.checkout.components.core.PaymentComponentState
public final class CardComponentState implements PaymentComponentState<CardPaymentMethod>Represents the state of CardComponent.
-
-
Constructor Summary
Constructors Constructor Description CardComponentState(PaymentComponentData<CardPaymentMethod> data, Boolean isInputValid, Boolean isReady, CardBrand cardBrand, String binValue, String lastFourDigits)
-
Method Summary
Modifier and Type Method Description PaymentComponentData<CardPaymentMethod>getData()BooleanisInputValid()BooleanisReady()final CardBrandgetCardBrand()final StringgetBinValue()final StringgetLastFourDigits()-
-
Method Detail
-
getData
PaymentComponentData<CardPaymentMethod> getData()
-
isInputValid
Boolean isInputValid()
-
getCardBrand
final CardBrand getCardBrand()
-
getBinValue
final String getBinValue()
-
getLastFourDigits
final String getLastFourDigits()
-
-
-
-