Package-level declarations
Types
Link copied to clipboard
A PaymentComponent that supports the PaymentMethodTypes.PAY_BY_BANK payment method.
Link copied to clipboard
data class PayByBankComponentState(val data: PaymentComponentData<PayByBankPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean) : PaymentComponentState<PayByBankPaymentMethod>
Represents the state of PayByBankComponent.
Link copied to clipboard
Configuration class for the PayByBankComponent.
Functions
Link copied to clipboard
fun CheckoutConfiguration.payByBank(configuration: PayByBankConfiguration.Builder.() -> Unit = {}): CheckoutConfiguration