Package-level declarations
Types
Link copied to clipboard
class OnlineBankingPLComponent : IssuerListComponent<OnlineBankingPLPaymentMethod, OnlineBankingPLComponentState>
A PaymentComponent that supports the PaymentMethodTypes.ONLINE_BANKING_PL payment method.
Link copied to clipboard
data class OnlineBankingPLComponentState(val data: PaymentComponentData<OnlineBankingPLPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean) : PaymentComponentState<OnlineBankingPLPaymentMethod>
Represents the state of OnlineBankingPLComponent.
Link copied to clipboard
Configuration class for the OnlineBankingPLComponent.
Functions
Link copied to clipboard
fun CheckoutConfiguration.onlineBankingPL(configuration: OnlineBankingPLConfiguration.Builder.() -> Unit = {}): CheckoutConfiguration