Class PaymentPayerRequest
Payer information.
Inherited Members
Namespace: MercadoPago.Client.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentPayerRequest
Properties
| Edit this page View SourceAddress
Payer's address information.
Declaration
public PaymentPayerAddressRequest Address { get; set; }
Property Value
Type | Description |
---|---|
PaymentPayerAddressRequest |
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 |
Phone
Payer's phone information.
Declaration
public PaymentPayerPhoneRequest Phone { get; set; }
Property Value
Type | Description |
---|---|
PaymentPayerPhoneRequest |
Type
Payer's identification type (mandatory if the payer is a Customer).
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |