Class OrderPayerRequest
Payer class.
Inherited Members
Namespace: MercadoPago.Client.Order
Assembly: MercadoPago.dll
Syntax
public class OrderPayerRequest
Properties
| Edit this page View SourceAddress
Address information.
Declaration
public OrderAddressRequest Address { get; set; }
Property Value
| Type | Description |
|---|---|
| OrderAddressRequest |
CustomerId
Customer ID.
Declaration
public string CustomerId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Payer's email.
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FirstName
Payer's first name.
Declaration
public string FirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Identification
Identification information.
Declaration
public OrderIdentificationRequest Identification { get; set; }
Property Value
| Type | Description |
|---|---|
| OrderIdentificationRequest |
LastName
Payer's last name.
Declaration
public string LastName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Phone
Phone information.
Declaration
public OrderPhoneRequest Phone { get; set; }
Property Value
| Type | Description |
|---|---|
| OrderPhoneRequest |