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