Package-level declarations
Types
Link copied to clipboard
A PaymentComponent that supports the PaymentMethodTypes.ECONTEXT_SEVEN_ELEVEN payment method.
Link copied to clipboard
data class SevenElevenComponentState(val data: PaymentComponentData<SevenElevenPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean) : PaymentComponentState<SevenElevenPaymentMethod>
Represents the state of SevenElevenComponent.
Link copied to clipboard
Configuration class for the SevenElevenComponent.
Functions
Link copied to clipboard
fun CheckoutConfiguration.sevenEleven(configuration: SevenElevenConfiguration.Builder.() -> Unit = {}): CheckoutConfiguration