java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.tax.cache.Item

@ApiType("SoftLayer_Container_Tax_Cache_Item")
public class Item
extends Entity
This represents one order item in a tax calculation.
See Also:
SoftLayer_Container_Tax_Cache_Item
  • Field Details

    • categoryCode

      @ApiProperty(canBeNullOrNotSet=true) protected String categoryCode
      The category code for the referenced product.
    • categoryCodeSpecified

      protected boolean categoryCodeSpecified
    • containerHash

      @ApiProperty(canBeNullOrNotSet=true) protected String containerHash
      This hash will match to the hash on an order container.
    • containerHashSpecified

      protected boolean containerHashSpecified
    • itemPriceId

      @ApiProperty(canBeNullOrNotSet=true) protected Long itemPriceId
      The reference to the price for this order item.
    • itemPriceIdSpecified

      protected boolean itemPriceIdSpecified
    • taxRates

      @ApiProperty(canBeNullOrNotSet=true) protected Rates taxRates
      This is the container containing the individual tax rates.
    • taxRatesSpecified

      protected boolean taxRatesSpecified
  • Constructor Details

    • Item

      public Item()
  • Method Details

    • 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()