Class AdvancedPaymentAdditionalInfoPayer
Additional info payer information.
Inherited Members
Namespace: MercadoPago.Resource.AdvancedPayment
Assembly: MercadoPago.dll
Syntax
public class AdvancedPaymentAdditionalInfoPayer
Properties
| Edit this page View SourceAddress
Payer's address.
Declaration
public Address Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Address |
FirstName
Payer's name.
Declaration
public string FirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastName
Payer's last name.
Declaration
public string LastName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Phone
Payer's phone.
Declaration
public Phone Phone { get; set; }
Property Value
| Type | Description |
|---|---|
| Phone |
RegistrationDate
Date of registration of the payer on your site.
Declaration
public DateTime? RegistrationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |