Class PaymentPayer
Payer information.
Inherited Members
Namespace: MercadoPago.Resource.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentPayer
Properties
| Edit this page View SourceEmail 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 Identification Identification { get; set; }
Property Value
Type | Description |
---|---|
Identification |
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 |