CardTransaction

data class CardTransaction(val orderId: String, val orderStatus: String, val paymentMethodId: String, val paymentTypeId: String) : MPPaymentData

Payment data for a com.mercadopago.sdk.android.checkout.core.model.MPCheckoutType.CardTransaction checkout.

Constructors

Link copied to clipboard
constructor(orderId: String, orderStatus: String, paymentMethodId: String, paymentTypeId: String)

Properties

Link copied to clipboard

Identifier of the order associated with the transaction.

Link copied to clipboard

Current status of the order.

Link copied to clipboard

Identifier of the selected payment method.

Link copied to clipboard

Identifier of the selected payment type.