java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.Tax

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class Tax extends Object
An amount of money levied on the price of a Product by a legislative body.
  • Constructor Details

    • Tax

      public Tax()
  • Method Details

    • taxAmount

      public Tax taxAmount(Money taxAmount)
    • getTaxAmount

      @Valid public @Valid Money getTaxAmount()
      tax amount
      Returns:
      taxAmount
    • setTaxAmount

      public void setTaxAmount(Money taxAmount)
    • taxCategory

      public Tax taxCategory(Money taxCategory)
    • getTaxCategory

      @Valid public @Valid Money getTaxCategory()
      A categorization of the tax rate.
      Returns:
      taxCategory
    • setTaxCategory

      public void setTaxCategory(Money taxCategory)
    • taxRate

      public Tax taxRate(Float taxRate)
    • getTaxRate

      public Float getTaxRate()
      Tax rate
      Returns:
      taxRate
    • setTaxRate

      public void setTaxRate(Float taxRate)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object