Package-level declarations
Types
Link copied to clipboard
A PaymentComponent that supports the PaymentMethodTypes.ENTERCASH payment method.
Link copied to clipboard
data class EntercashComponentState(val data: PaymentComponentData<EntercashPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean) : PaymentComponentState<EntercashPaymentMethod>
Represents the state of EntercashComponent.
Link copied to clipboard
Configuration class for the EntercashComponent.
Functions
Link copied to clipboard
fun CheckoutConfiguration.entercash(configuration: EntercashConfiguration.Builder.() -> Unit = {}): CheckoutConfiguration