Class PreferencePayer
Payer information from Preference.
Inherited Members
Namespace: MercadoPago.Resource.Preference
Assembly: MercadoPago.dll
Syntax
public class PreferencePayer
Properties
| Edit this page View SourceAddress
Payer's address.
Declaration
public Address Address { get; set; }
Property Value
Type | Description |
---|---|
Address |
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 Identification Identification { get; set; }
Property Value
Type | Description |
---|---|
Identification |
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 Phone Phone { get; set; }
Property Value
Type | Description |
---|---|
Phone |
Surname
Payer's surname.
Declaration
public string Surname { get; set; }
Property Value
Type | Description |
---|---|
string |