CardSave

data class CardSave(val token: String, val paymentMethodId: String, val paymentTypeId: String, val payer: Payer?, val issuerId: String?) : MPPaymentData

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

Constructors

Link copied to clipboard
constructor(token: String, paymentMethodId: String, paymentTypeId: String, payer: Payer?, issuerId: String?)

Properties

Link copied to clipboard

Optional identifier of the card issuer.

Link copied to clipboard
val payer: Payer?

Payer information associated with the payment.

Link copied to clipboard

Identifier of the selected payment method.

Link copied to clipboard

Identifier of the selected payment type.

Link copied to clipboard

Payment token generated for the transaction.