Class CardTokenRequest
Data to create the card token.
Inherited Members
Namespace: MercadoPago.Client.CardToken
Assembly: MercadoPago.dll
Syntax
public class CardTokenRequest
Properties
| Edit this page View SourceCardId
Card ID.
Declaration
public string CardId { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomerId
Customer ID.
Declaration
public string CustomerId { get; set; }
Property Value
Type | Description |
---|---|
string |
SecurityCode
Card security code.
Declaration
public string SecurityCode { get; set; }
Property Value
Type | Description |
---|---|
string |