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