Class PaymentCard
Card used in payment.
Inherited Members
Namespace: MercadoPago.Resource.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentCard
Properties
| Edit this page View SourceCardholder
Card's owner data.
Declaration
public PaymentCardholder Cardholder { get; set; }
Property Value
Type | Description |
---|---|
PaymentCardholder |
DateCreated
Creation date of card.
Declaration
public DateTime? DateCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
DateLastUpdated
Last update of data from the card.
Declaration
public DateTime? DateLastUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
ExpirationMonth
Card expiration month.
Declaration
public int? ExpirationMonth { get; set; }
Property Value
Type | Description |
---|---|
int? |
ExpirationYear
Card expiration year.
Declaration
public int? ExpirationYear { get; set; }
Property Value
Type | Description |
---|---|
int? |
FirstSixDigits
First six digit of card number.
Declaration
public string FirstSixDigits { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Id of the card.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
LastFourDigits
Last four digits of card number.
Declaration
public string LastFourDigits { get; set; }
Property Value
Type | Description |
---|---|
string |