Class PaymentItemRequest
Purchased item.
Inherited Members
Namespace: MercadoPago.Client.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentItemRequest
Properties
| Edit this page View SourceCategoryDescriptor
Item information related to the category.
Declaration
public PaymentCategoryDescriptorRequest CategoryDescriptor { get; set; }
Property Value
Type | Description |
---|---|
PaymentCategoryDescriptorRequest |
CategoryId
Category of the item.
Declaration
public string CategoryId { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Long item description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
EventDate
Event date.
Declaration
public DateTime? EventDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
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? |
Warranty
true
if you purchase the item with warranty, false
if not.
Declaration
public bool? Warranty { get; set; }
Property Value
Type | Description |
---|---|
bool? |