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