Class PreferenceItem
- java.lang.Object
-
- com.mercadopago.resources.preference.PreferenceItem
-
public class PreferenceItem extends Object
Purchased item.
-
-
Constructor Summary
Constructors Constructor Description PreferenceItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCategoryId()Category of the item.StringgetCurrencyId()Currency ID.StringgetDescription()Long item description.StringgetId()Item code.StringgetPictureUrl()Image URL.intgetQuantity()Item's quantity.StringgetTitle()Item name.BigDecimalgetUnitPrice()Unit price.
-
-
-
Method Detail
-
getId
public String getId()
Item code.
-
getTitle
public String getTitle()
Item name.
-
getDescription
public String getDescription()
Long item description.
-
getPictureUrl
public String getPictureUrl()
Image URL.
-
getCategoryId
public String getCategoryId()
Category of the item.
-
getQuantity
public int getQuantity()
Item's quantity.
-
getUnitPrice
public BigDecimal getUnitPrice()
Unit price.
-
getCurrencyId
public String getCurrencyId()
Currency ID. ISO_4217 code.
-
-