Class OrderItemsRequest
Items class.
Inherited Members
Namespace: MercadoPago.Client.Order
Assembly: MercadoPago.dll
Syntax
public class OrderItemsRequest
Properties
| Edit this page View SourceCategoryId
Category of the item.
Declaration
public string CategoryId { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Description of the item.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalCode
External code of the item.
Declaration
public string ExternalCode { get; set; }
Property Value
Type | Description |
---|---|
string |
PictureUrl
Picture URL of the item.
Declaration
public string PictureUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Quantity
Quantity of the item.
Declaration
public int? Quantity { get; set; }
Property Value
Type | Description |
---|---|
int? |
Title
Title of the item.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
UnitPrice
Unit price of the item.
Declaration
public string UnitPrice { get; set; }
Property Value
Type | Description |
---|---|
string |