Class AppliedBillingTaxRate

java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.AppliedBillingTaxRate

public class AppliedBillingTaxRate extends Object
The applied billing tax rate represents taxes applied billing rate it refers to. It is calculated during the billing process.
  • Constructor Details

    • AppliedBillingTaxRate

      public AppliedBillingTaxRate()
  • Method Details

    • taxCategory

      public AppliedBillingTaxRate taxCategory(String taxCategory)
    • getTaxCategory

      public String getTaxCategory()
      A categorization of the tax rate
      Returns:
      taxCategory
    • setTaxCategory

      public void setTaxCategory(String taxCategory)
    • taxRate

      public AppliedBillingTaxRate taxRate(Float taxRate)
    • getTaxRate

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

      public void setTaxRate(Float taxRate)
    • taxAmount

      public AppliedBillingTaxRate taxAmount(Money taxAmount)
    • getTaxAmount

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

      public void setTaxAmount(Money taxAmount)
    • atBaseType

      public AppliedBillingTaxRate 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 AppliedBillingTaxRate 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 AppliedBillingTaxRate 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