Class User
Class with User information.
Implements
Inherited Members
Namespace: MercadoPago.Resource.User
Assembly: MercadoPago.dll
Syntax
public class User : IResource
Properties
| Edit this page View SourceApiResponse
Response from API.
Declaration
public MercadoPagoResponse ApiResponse { get; set; }
Property Value
Type | Description |
---|---|
MercadoPagoResponse |
CountryId
User country ID
Declaration
public string CountryId { get; set; }
Property Value
Type | Description |
---|---|
string |
User email
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstName
User first name
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
User ID
Declaration
public long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
LastName
User last name
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
string |
Nickname
User nickname
Declaration
public string Nickname { get; set; }
Property Value
Type | Description |
---|---|
string |
SiteId
Site ID.
Declaration
public string SiteId { get; set; }
Property Value
Type | Description |
---|---|
string |