Class MerchantOrderItemRequest
Item information.
Inherited Members
Namespace: MercadoPago.Client.MerchantOrder
Assembly: MercadoPago.dll
Syntax
public class MerchantOrderItemRequest
Properties
| Edit this page View SourceCategoryId
Category of the item.
Declaration
public string CategoryId { get; set; }
Property Value
Type | Description |
---|---|
string |
CurrencyId
Currency ID. ISO_4217 code.
Declaration
public string CurrencyId { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Long item description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Item code.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
PictureUrl
Image URL.
Declaration
public string PictureUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Quantity
Item's quantity.
Declaration
public int? Quantity { get; set; }
Property Value
Type | Description |
---|---|
int? |
Title
Item name.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
UnitPrice
Unit price.
Declaration
public decimal? UnitPrice { get; set; }
Property Value
Type | Description |
---|---|
decimal? |