Class CustomerCard
Customer card data.
Implements
Inherited Members
Namespace: MercadoPago.Resource.Customer
Assembly: MercadoPago.dll
Syntax
public class CustomerCard : IResource
Properties
| Edit this page View SourceApiResponse
Response from API.
Declaration
public MercadoPagoResponse ApiResponse { get; set; }
Property Value
Type | Description |
---|---|
MercadoPagoResponse |
Cardholder
Carholder information.
Declaration
public CustomerCardCardholder Cardholder { get; set; }
Property Value
Type | Description |
---|---|
CustomerCardCardholder |
CustomerId
Customer ID.
Declaration
public string CustomerId { get; set; }
Property Value
Type | Description |
---|---|
string |
DateCreated
Card's date of creation.
Declaration
public DateTime? DateCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
DateLastUpdated
Card's date last update.
Declaration
public DateTime? DateLastUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
ExpirationMonth
Card's expiration month.
Declaration
public int? ExpirationMonth { get; set; }
Property Value
Type | Description |
---|---|
int? |
ExpirationYear
Card's expiration year.
Declaration
public int? ExpirationYear { get; set; }
Property Value
Type | Description |
---|---|
int? |
FirstSixDigits
Card's first six digits.
Declaration
public string FirstSixDigits { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Card ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Issuer
Issuer information.
Declaration
public CustomerCardIssuer Issuer { get; set; }
Property Value
Type | Description |
---|---|
CustomerCardIssuer |
LastFourDigits
Card's last four digits.
Declaration
public string LastFourDigits { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentMethod
Payment method information.
Declaration
public CustomerCardPaymentMethod PaymentMethod { get; set; }
Property Value
Type | Description |
---|---|
CustomerCardPaymentMethod |
SecurityCode
Security code information.
Declaration
public CustomerCardSecurityCode SecurityCode { get; set; }
Property Value
Type | Description |
---|---|
CustomerCardSecurityCode |