Package-level declarations

Types

Link copied to clipboard
enum Field : Enum<Field>

The form field identifiers.

Link copied to clipboard

SDK error following the 5-audience pattern:

Link copied to clipboard
data class MPCancelledFieldState(val field: Field, val state: State)

Represents the state of a form field at a specific point in time.

Link copied to clipboard
sealed class MPPaymentData

Sealed class representing the payment data resulting from a successful checkout. The subtype corresponds to the com.mercadopago.sdk.android.checkout.core.model.MPCheckoutType configured in the builder.

Link copied to clipboard

Sealed class representing the context when a MercadoPago checkout is cancelled by the user.

Link copied to clipboard
data class Payer(val documentType: String? = null, val documentNumber: String? = null)

Represents the payer information for a payment.

Link copied to clipboard
enum Screen : Enum<Screen>

Identifies a checkout screen that was presented to the user before cancellation.

Link copied to clipboard
sealed class State

The state of a field at cancellation time.