Class OrderCreateRequest
Parameters to create a order.
Inherited Members
Namespace: MercadoPago.Client.Order
Assembly: MercadoPago.dll
Syntax
public class OrderCreateRequest : IdempotentRequest
Remarks
Check the parameters here.
Properties
| Edit this page View SourceCaptureMode
Capture mode.
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 |
Config
Configuration.
Declaration
public OrderConfigRequest Config { get; set; }
Property Value
Type | Description |
---|---|
OrderConfigRequest |
Description
Description of the order.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpirationTime
Expiration time of the order.
Declaration
public string ExpirationTime { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalReference
Reference you can synchronize with your payment system.
Declaration
public string ExternalReference { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
Items information.
Declaration
public IList<OrderItemsRequest> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<OrderItemsRequest> |
Marketplace
Origin of the payment.
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's information.
Declaration
public OrderPayerRequest Payer { get; set; }
Property Value
Type | Description |
---|---|
OrderPayerRequest |
ProcessingMode
Configures which procesing modes to use.
Declaration
public string ProcessingMode { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalAmount
Total amount of the order.
Declaration
public string TotalAmount { get; set; }
Property Value
Type | Description |
---|---|
string |
Transactions
Order transaction information.
Declaration
public OrderTransactionRequest Transactions { get; set; }
Property Value
Type | Description |
---|---|
OrderTransactionRequest |
Type
Order type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |