Class PreferencePayerRequest
Payer information.
Inherited Members
Namespace: MercadoPago.Client.Preference
Assembly: MercadoPago.dll
Syntax
public class PreferencePayerRequest
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 |
DateCreated
Date of creation of the payer user.
Declaration
public DateTime? DateCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
Payer's email.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
Identification
Payer's identification.
Declaration
public IdentificationRequest Identification { get; set; }
Property Value
Type | Description |
---|---|
IdentificationRequest |
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? |
LastPurchase
Date of the last purchase.
Declaration
public DateTime? LastPurchase { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
Name
Payer's name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Phone
Payer's phone.
Declaration
public PhoneRequest Phone { get; set; }
Property Value
Type | Description |
---|---|
PhoneRequest |
Surname
Payer's surname.
Declaration
public string Surname { get; set; }
Property Value
Type | Description |
---|---|
string |