Success

data class Success<T : MPPaymentData>(val paymentData: T) : MercadoPagoCheckoutResult<T, Nothing>

Checkout completed successfully.

Constructors

Link copied to clipboard
constructor(paymentData: T)

Properties

Link copied to clipboard

The payment data resulting from the successful checkout. The concrete type matches the com.mercadopago.sdk.android.checkout.core.model.MPCheckoutType configured in the builder.