Package-level declarations
Types
Link copied to clipboard
A PaymentComponent that supports the PaymentMethodTypes.EPS payment method.
Link copied to clipboard
data class EPSComponentState(val data: PaymentComponentData<EPSPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean) : PaymentComponentState<EPSPaymentMethod>
Represents the state of EPSComponent.
Link copied to clipboard
Configuration class for the EPSComponent.
Functions
Link copied to clipboard
fun CheckoutConfiguration.eps(configuration: EPSConfiguration.Builder.() -> Unit = {}): CheckoutConfiguration