Class AdvancedPaymentPayerRequest
Payer information.
Inherited Members
Namespace: MercadoPago.Client.AdvancedPayment
Assembly: MercadoPago.dll
Syntax
public class AdvancedPaymentPayerRequest
Properties
| Edit this page View SourceAddress
Payer's address.
Declaration
public AddressRequest Address { get; set; }
Property Value
Type | Description |
---|---|
AddressRequest |
Email of the payer.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityType
Payer's entity type (only for bank transfers).
Declaration
public string EntityType { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstName
Payer's first name.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Payer's ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Identification
Payer's personal identification.
Declaration
public IdentificationRequest Identification { get; set; }
Property Value
Type | Description |
---|---|
IdentificationRequest |
LastName
Payer's last name.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Payer's identification type (mandatory if the payer is a Customer).
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |