Package-level declarations

Types

Link copied to clipboard
sealed class MPCardBrand : Parcelable

Defines the card brand/network used in the checkout flow.

Link copied to clipboard

Defines the type of card used in the checkout flow.

Link copied to clipboard
data class MPCheckoutAppearance(val theme: MercadoPagoThemeConfiguration = MercadoPagoThemes.Default, val style: MercadoPagoUserInterfaceStyle = MercadoPagoUserInterfaceStyle.System)

MPCheckoutAppearance class, used to configure the checkout appearance

Link copied to clipboard
data class MPInstallment(val minInstallments: Int = DEFAULT_INSTALLMENT_MIN, val maxInstallments: Int = DEFAULT_INSTALLMENT_MAX) : Parcelable

MPInstallment class, used to configure the installments

Link copied to clipboard
data class MPOrder(val orderId: String, val clientToken: String) : CheckoutTypeConfiguration, Parcelable

MPOrder class, used to configure the card form

Link copied to clipboard
data class MPPayer(val email: String) : Parcelable

MPPayer class, used to configure the payer

Link copied to clipboard

MPPaymentMethod class, used to determine the payment method This its used to change the payment method showed in checkout