Package-level declarations
Types
Link copied to clipboard
class MBWayComponent : ViewModel, PaymentComponent, ViewableComponent, ButtonComponent, ActionHandlingComponent
A PaymentComponent that supports the PaymentMethodTypes.MB_WAY payment method.
Link copied to clipboard
data class MBWayComponentState(val data: PaymentComponentData<MBWayPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean) : PaymentComponentState<MBWayPaymentMethod>
Represents the state of MBWayComponent.
Link copied to clipboard
Configuration class for the MBWayComponent.
Functions
Link copied to clipboard
fun CheckoutConfiguration.mbWay(configuration: MBWayConfiguration.Builder.() -> Unit = {}): CheckoutConfiguration