Package-level declarations
Types
Link copied to clipboard
class OnlineBankingSKComponent : OnlineBankingComponent<OnlineBankingSKPaymentMethod, OnlineBankingSKComponentState>
A PaymentComponent that supports the PaymentMethodTypes.ONLINE_BANKING_SK payment method.
Link copied to clipboard
data class OnlineBankingSKComponentState(val data: PaymentComponentData<OnlineBankingSKPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean) : PaymentComponentState<OnlineBankingSKPaymentMethod>
Represents the state of OnlineBankingSKComponent.
Link copied to clipboard
Configuration class for the OnlineBankingSKComponent.
Functions
Link copied to clipboard
fun CheckoutConfiguration.onlineBankingSK(configuration: OnlineBankingSKConfiguration.Builder.() -> Unit = {}): CheckoutConfiguration