UserCancelled
data class UserCancelled<C : MPUserCancelledContext>(val cancelledData: C) : MercadoPagoCheckoutResult<Nothing, C>
User cancelled the checkout flow before completion.
Properties
Link copied to clipboard
The data available at the time of cancellation. The concrete type matches the com.mercadopago.sdk.android.checkout.core.model.MPCheckoutType configured in the builder. Fields may be null if the user cancelled before filling them in.