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