Class CustomerRequest
Parameters to create/update a customer.
Inherited Members
Namespace: MercadoPago.Client.Customer
Assembly: MercadoPago.dll
Syntax
public class CustomerRequest
Properties
| Edit this page View SourceAddress
Default address information.
Declaration
public CustomerDefaultAddressRequest Address { get; set; }
Property Value
Type | Description |
---|---|
CustomerDefaultAddressRequest |
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 |
Identification
Customer's identification.
Declaration
public IdentificationRequest Identification { get; set; }
Property Value
Type | Description |
---|---|
IdentificationRequest |
LastName
Customer's last name.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
string |
Metadata
Metadata.
Declaration
public IDictionary<string, object> Metadata { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Phone
Customer's phone.
Declaration
public PhoneRequest Phone { get; set; }
Property Value
Type | Description |
---|---|
PhoneRequest |