Class AdvancedPaymentAdditionalInfoPayerRequest
Additional info payer information.
Inherited Members
Namespace: MercadoPago.Client.AdvancedPayment
Assembly: MercadoPago.dll
Syntax
public class AdvancedPaymentAdditionalInfoPayerRequest
Properties
| Edit this page View SourceAddress
Payer's address.
Declaration
public AddressRequest Address { get; set; }
Property Value
| Type | Description |
|---|---|
| AddressRequest |
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 PhoneRequest Phone { get; set; }
Property Value
| Type | Description |
|---|---|
| PhoneRequest |
RegistrationDate
Date of registration of the payer on your site.
Declaration
public DateTime? RegistrationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |