Package-level declarations
Types
Link copied to clipboard
class OnlineBankingCZComponent : OnlineBankingComponent<OnlineBankingCZPaymentMethod, OnlineBankingCZComponentState>
A PaymentComponent that supports the PaymentMethodTypes.ONLINE_BANKING_CZ payment method.
Link copied to clipboard
data class OnlineBankingCZComponentState(val data: PaymentComponentData<OnlineBankingCZPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean) : PaymentComponentState<OnlineBankingCZPaymentMethod>
Represents the state of OnlineBankingCZComponent.
Link copied to clipboard
Configuration class for the OnlineBankingCZComponent.
Functions
Link copied to clipboard
fun CheckoutConfiguration.onlineBankingCZ(configuration: OnlineBankingCZConfiguration.Builder.() -> Unit = {}): CheckoutConfiguration