Class CardToken
Card Token resource.
Implements
Inherited Members
Namespace: MercadoPago.Resource.CardToken
Assembly: MercadoPago.dll
Syntax
public class CardToken : IResource
Properties
| Edit this page View SourceApiResponse
Response from API.
Declaration
public MercadoPagoResponse ApiResponse { get; set; }
Property Value
Type | Description |
---|---|
MercadoPagoResponse |
CardId
Card ID.
Declaration
public string CardId { get; set; }
Property Value
Type | Description |
---|---|
string |
DateCreated
Date of creation.
Declaration
public DateTime? DateCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
DateDue
Due date
Declaration
public DateTime? DateDue { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
DateLastUpdated
Last updated date.
Declaration
public DateTime? DateLastUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
Id
Card token.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
LiveMode
Live mode.
Declaration
public bool? LiveMode { get; set; }
Property Value
Type | Description |
---|---|
bool? |
LuhnValidation
If has luhn validation.
Declaration
public bool? LuhnValidation { get; set; }
Property Value
Type | Description |
---|---|
bool? |
RequireEsc
Require esc.
Declaration
public bool? RequireEsc { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SecurityCodeLength
Length security code.
Declaration
public int? SecurityCodeLength { get; set; }
Property Value
Type | Description |
---|---|
int? |
Status
Status.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |