MPCheckoutType
MPCheckoutType sealed class, used to configure the checkout type. The type parameter T determines the com.mercadopago.sdk.android.checkout.domain.model.MPPaymentData subtype returned in com.mercadopago.sdk.android.checkout.domain.callback.MercadoPagoCheckoutResult.Success. The type parameter C determines the com.mercadopago.sdk.android.checkout.domain.model.MPUserCancelledContext subtype returned in com.mercadopago.sdk.android.checkout.domain.callback.MercadoPagoCheckoutResult.UserCancelled.
Inheritors
Types
CardSave class, used to configure the card form. On success, delivers MPPaymentData.CardSave. On cancellation, delivers MPUserCancelledContext.CardSave.
CardTransaction class, used to configure the card transaction. On success, delivers MPPaymentData.CardTransaction. On cancellation, delivers MPUserCancelledContext.CardTransaction.