PayEasyComponentState
data class PayEasyComponentState(val data: PaymentComponentData<PayEasyPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean) : PaymentComponentState<PayEasyPaymentMethod>
Represents the state of PayEasyComponent.
Constructors
Link copied to clipboard
constructor(data: PaymentComponentData<PayEasyPaymentMethod>, isInputValid: Boolean, isReady: Boolean)