Class Customer
Customer resource.
Implements
Inherited Members
Namespace: MercadoPago.Resource.Customer
Assembly: MercadoPago.dll
Syntax
public class Customer : IResource
Remarks
For more information, access here.
Properties
| Edit this page View SourceAddress
Default address information.
Declaration
public CustomerDefaultAddress Address { get; set; }
Property Value
Type | Description |
---|---|
CustomerDefaultAddress |
Addresses
Customer's addresses
Declaration
public IList<CustomerAddress> Addresses { get; set; }
Property Value
Type | Description |
---|---|
IList<CustomerAddress> |
ApiResponse
Response from API.
Declaration
public MercadoPagoResponse ApiResponse { get; set; }
Property Value
Type | Description |
---|---|
MercadoPagoResponse |
Cards
Customer's cards.
Declaration
public IList<CustomerCard> Cards { get; set; }
Property Value
Type | Description |
---|---|
IList<CustomerCard> |
DateCreated
Date of creation.
Declaration
public DateTime? DateCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
DateLastUpdated
Last modified date.
Declaration
public DateTime? DateLastUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
DateRegistred
Customer's registration date.
Declaration
public DateTime? DateRegistred { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
DefaultAddress
Customer's default address.
Declaration
public string DefaultAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
DefaultCard
Customer's default card.
Declaration
public string DefaultCard { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Customer's description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Customer's email.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstName
Customer's name.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Customer ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Identification
Customer's identification.
Declaration
public Identification Identification { get; set; }
Property Value
Type | Description |
---|---|
Identification |
LastName
Customer's last name.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
string |
LiveMode
Whether the customers will be in sandbox or in production mode.
Declaration
public bool? LiveMode { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Metadata
Metadata.
Declaration
public IDictionary<string, object> Metadata { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Phone
Customer's phone.
Declaration
public Phone Phone { get; set; }
Property Value
Type | Description |
---|---|
Phone |