Package com.adyen.checkout.ach
Class ACHDirectDebitComponentState
-
- All Implemented Interfaces:
-
com.adyen.checkout.components.core.PaymentComponentState
public final class ACHDirectDebitComponentState implements PaymentComponentState<ACHDirectDebitPaymentMethod>Represents the state of ACHDirectDebitComponent.
-
-
Constructor Summary
Constructors Constructor Description ACHDirectDebitComponentState(PaymentComponentData<ACHDirectDebitPaymentMethod> data, Boolean isInputValid, Boolean isReady)
-
Method Summary
Modifier and Type Method Description PaymentComponentData<ACHDirectDebitPaymentMethod>getData()BooleanisInputValid()BooleanisReady()-
-
Method Detail
-
getData
PaymentComponentData<ACHDirectDebitPaymentMethod> getData()
-
isInputValid
Boolean isInputValid()
-
-
-
-