Package-level declarations
Types
Link copied to clipboard
A PaymentComponent that supports the PaymentMethodTypes.DOTPAY payment method.
Link copied to clipboard
data class DotpayComponentState(val data: PaymentComponentData<DotpayPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean) : PaymentComponentState<DotpayPaymentMethod>
Represents the state of DotpayComponent.
Link copied to clipboard
Configuration class for the DotpayComponent.
Functions
Link copied to clipboard
fun CheckoutConfiguration.dotpay(configuration: DotpayConfiguration.Builder.() -> Unit = {}): CheckoutConfiguration