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