Package-level declarations
Types
Link copied to clipboard
A PaymentComponent that supports the PaymentMethodTypes.MOLPAY_MALAYSIA, PaymentMethodTypes.MOLPAY_THAILAND and PaymentMethodTypes.MOLPAY_VIETNAM payment methods.
Link copied to clipboard
data class MolpayComponentState(val data: PaymentComponentData<MolpayPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean) : PaymentComponentState<MolpayPaymentMethod>
Represents the state of MolpayComponent.
Link copied to clipboard
Configuration class for the MolpayComponent.
Functions
Link copied to clipboard
fun CheckoutConfiguration.molpay(configuration: MolpayConfiguration.Builder.() -> Unit = {}): CheckoutConfiguration