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