java.lang.Object
de.hybris.platform.billmanagementtmfwebservices.v1.dto.TaxItem

@Validated @Generated(value="de.hybris.platform.billmanagementtmfwebservices.swagger.BillManagementCodegen", date="2022-10-21T20:35:24.704Z") public class TaxItem extends Object
A tax item is created for each tax rate and tax type used in the bill.
  • Constructor Details

    • TaxItem

      public TaxItem()
  • Method Details

    • taxCategory

      public TaxItem taxCategory(String taxCategory)
    • getTaxCategory

      public String getTaxCategory()
      Tax category
      Returns:
      taxCategory
    • setTaxCategory

      public void setTaxCategory(String taxCategory)
    • taxRate

      public TaxItem taxRate(Float taxRate)
    • getTaxRate

      public Float getTaxRate()
      Applied rate of the tax
      Returns:
      taxRate
    • setTaxRate

      public void setTaxRate(Float taxRate)
    • taxAmount

      public TaxItem taxAmount(Money taxAmount)
    • getTaxAmount

      @Valid public @Valid Money getTaxAmount()
      Amount of tax expressed in the given currency
      Returns:
      taxAmount
    • setTaxAmount

      public void setTaxAmount(Money taxAmount)
    • atbaseType

      public TaxItem atbaseType(String atbaseType)
    • getAtbaseType

      public String getAtbaseType()
      When sub-classing, this defines the super-class
      Returns:
      atbaseType
    • setAtbaseType

      public void setAtbaseType(String atbaseType)
    • atschemaLocation

      public TaxItem atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public TaxItem attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • 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