Class PaymentItemRequest


  • public class PaymentItemRequest
    extends Object
    PaymentItemRequest class.
    • 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 Integer getQuantity()
        Item's quantity.
      • getUnitPrice

        public BigDecimal getUnitPrice()
        Unit price.
      • isWarranty

        public boolean isWarranty()
        True if you purchase the item with warranty, false if not.