Class AppliedBillingTaxRate

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

@Deprecated(since="2208") public class AppliedBillingTaxRate extends Object
Deprecated.
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()
      Deprecated.
  • Method Details

    • taxCategory

      public AppliedBillingTaxRate taxCategory(String taxCategory)
      Deprecated.
    • getTaxCategory

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

      public void setTaxCategory(String taxCategory)
      Deprecated.
    • taxRate

      public AppliedBillingTaxRate taxRate(Float taxRate)
      Deprecated.
    • getTaxRate

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

      public void setTaxRate(Float taxRate)
      Deprecated.
    • taxAmount

      public AppliedBillingTaxRate taxAmount(Money taxAmount)
      Deprecated.
    • getTaxAmount

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

      public void setTaxAmount(Money taxAmount)
      Deprecated.
    • atBaseType

      public AppliedBillingTaxRate atBaseType(String atBaseType)
      Deprecated.
    • getAtBaseType

      public String getAtBaseType()
      Deprecated.
      When sub-classing, this defines the super-class
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
      Deprecated.
    • atSchemaLocation

      public AppliedBillingTaxRate atSchemaLocation(String atSchemaLocation)
      Deprecated.
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Deprecated.
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
      Deprecated.
    • atType

      public AppliedBillingTaxRate atType(String atType)
      Deprecated.
    • getAtType

      public String getAtType()
      Deprecated.
      When sub-classing, this defines the sub-class entity name
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
      Deprecated.
    • equals

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

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object