Class AppliedBillingTaxRate

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

@Validated @Generated(value="de.hybris.platform.billmanagementtmfwebservices.swagger.BillManagementCodegen", date="2022-10-21T20:35:24.704Z") 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()
      Tax amount expressed in the given currency
      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