Class Order
Order class.
Implements
Inherited Members
Namespace: MercadoPago.Resource.Order
Assembly: MercadoPago.dll
Syntax
public class Order : IResource
Properties
| Edit this page View SourceApiResponse
Response from API.
Declaration
public MercadoPagoResponse ApiResponse { get; set; }
Property Value
Type | Description |
---|---|
MercadoPagoResponse |
CaptureMode
Capture Mode of Order.
Declaration
public string CaptureMode { get; set; }
Property Value
Type | Description |
---|---|
string |
CheckoutAvailableAt
Checkout available at.
Declaration
public string CheckoutAvailableAt { get; set; }
Property Value
Type | Description |
---|---|
string |
ClientToken
Client token.
Declaration
public string ClientToken { get; set; }
Property Value
Type | Description |
---|---|
string |
CountryCode
Country Code.
Declaration
public string CountryCode { get; set; }
Property Value
Type | Description |
---|---|
string |
CreatedDate
Order creation date.
Declaration
public string CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Description of Order.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpirationTime
Date of expiration.
Declaration
public string ExpirationTime { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalReference
External reference.
Declaration
public string ExternalReference { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Order ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
IntegrationData
Integration data information.
Declaration
public OrderIntegrationData IntegrationData { get; set; }
Property Value
Type | Description |
---|---|
OrderIntegrationData |
Items
Items information.
Declaration
public IList<OrderItems> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<OrderItems> |
LastUpdatedDate
Order update date.
Declaration
public string LastUpdatedDate { get; set; }
Property Value
Type | Description |
---|---|
string |
Marketplace
Origin of the order.
Declaration
public string Marketplace { get; set; }
Property Value
Type | Description |
---|---|
string |
MarketplaceFee
Fee collected by a marketplace or MercadoPago Application.
Declaration
public string MarketplaceFee { get; set; }
Property Value
Type | Description |
---|---|
string |
Payer
Payer information.
Declaration
public OrderPayer Payer { get; set; }
Property Value
Type | Description |
---|---|
OrderPayer |
ProcessingMode
Configures which processing modes to use.
Declaration
public string ProcessingMode { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Status of Order.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
StatusDetail
Status Detail of Order.
Declaration
public string StatusDetail { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalAmount
Total amount of the Order.
Declaration
public string TotalAmount { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalPaidAmount
Total paid amount of the Order.
Declaration
public string TotalPaidAmount { get; set; }
Property Value
Type | Description |
---|---|
string |
Transactions
Transactions information.
Declaration
public OrderTransaction Transactions { get; set; }
Property Value
Type | Description |
---|---|
OrderTransaction |
Type
Type of Order.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
UserId
User ID.
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
string |