Class Item

    • Field Detail

      • categoryCodeSpecified

        protected boolean categoryCodeSpecified
      • containerHashSpecified

        protected boolean containerHashSpecified
      • itemPriceIdSpecified

        protected boolean itemPriceIdSpecified
      • taxRatesSpecified

        protected boolean taxRatesSpecified
    • Constructor Detail

      • Item

        public Item()
    • Method Detail

      • getCategoryCode

        public String getCategoryCode()
      • setCategoryCode

        public void setCategoryCode​(String categoryCode)
      • isCategoryCodeSpecified

        public boolean isCategoryCodeSpecified()
      • unsetCategoryCode

        public void unsetCategoryCode()
      • getContainerHash

        public String getContainerHash()
      • setContainerHash

        public void setContainerHash​(String containerHash)
      • isContainerHashSpecified

        public boolean isContainerHashSpecified()
      • unsetContainerHash

        public void unsetContainerHash()
      • getItemPriceId

        public Long getItemPriceId()
      • setItemPriceId

        public void setItemPriceId​(Long itemPriceId)
      • isItemPriceIdSpecified

        public boolean isItemPriceIdSpecified()
      • unsetItemPriceId

        public void unsetItemPriceId()
      • getTaxRates

        public Rates getTaxRates()
      • setTaxRates

        public void setTaxRates​(Rates taxRates)
      • isTaxRatesSpecified

        public boolean isTaxRatesSpecified()
      • unsetTaxRates

        public void unsetTaxRates()