Class PaymentAdditionalInfoPayerRequest
Additional info payer information.
Inherited Members
Namespace: MercadoPago.Client.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentAdditionalInfoPayerRequest
Properties
| Edit this page View SourceAddress
Payer's address.
Declaration
public AddressRequest Address { get; set; }
Property Value
Type | Description |
---|---|
AddressRequest |
AuthenticationType
The authentication type of payer in your site.
Declaration
public string AuthenticationType { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstName
Payer's name.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
string |
IsFirstPurchaseOnline
If is the first purchase online true
, true
if not.
Declaration
public bool? IsFirstPurchaseOnline { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IsPrimeUser
true
if the user is Prime, false
if not.
Declaration
public bool? IsPrimeUser { get; set; }
Property Value
Type | Description |
---|---|
bool? |
LastName
Payer's last name.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
string |
LastPurchase
Date of the last purchase.
Declaration
public DateTime? LastPurchase { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
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? |