Class CountryCoefficientsEntity

java.lang.Object
net.avalara.avatax.rest.client.models.CountryCoefficientsEntity

public class CountryCoefficientsEntity extends Object
Represents the Country coefficients model, using which tax rules rates can be modified dynamically for CB transaciotns while applying tax rules in order to reduce the variance for all the transactions at country level.
  • Constructor Details

    • CountryCoefficientsEntity

      public CountryCoefficientsEntity()
  • Method Details

    • getCoefficientsId

      public Integer getCoefficientsId()
      Getter for coefficientsId CoefficientsId
    • setCoefficientsId

      public void setCoefficientsId(Integer value)
      Setter for coefficientsId CoefficientsId
    • getAccountId

      public Integer getAccountId()
      Getter for accountId AccountId
    • setAccountId

      public void setAccountId(Integer value)
      Setter for accountId AccountId
    • getCompanyId

      public Integer getCompanyId()
      Getter for companyId The CompanyId of company for which coefficient will be applied.
    • setCompanyId

      public void setCompanyId(Integer value)
      Setter for companyId The CompanyId of company for which coefficient will be applied.
    • getCountry

      public String getCountry()
      Getter for country The country for which coefficient will be applied.
    • setCountry

      public void setCountry(String value)
      Setter for country The country for which coefficient will be applied.
    • getCoefficient

      public BigDecimal getCoefficient()
      Getter for coefficient Value by which rates need to be altered while calculating taxes.
    • setCoefficient

      public void setCoefficient(BigDecimal value)
      Setter for coefficient Value by which rates need to be altered while calculating taxes.
    • getTaxSubTypeId

      public String getTaxSubTypeId()
      Getter for taxSubTypeId TaxSubTypeId
    • setTaxSubTypeId

      public void setTaxSubTypeId(String value)
      Setter for taxSubTypeId TaxSubTypeId
    • getCurrencyCode

      public String getCurrencyCode()
      Getter for currencyCode CurrencyCode
    • setCurrencyCode

      public void setCurrencyCode(String value)
      Setter for currencyCode CurrencyCode
    • getUnitOfBasisId

      public Integer getUnitOfBasisId()
      Getter for unitOfBasisId UnitOfBasisId
    • setUnitOfBasisId

      public void setUnitOfBasisId(Integer value)
      Setter for unitOfBasisId UnitOfBasisId
    • getIsApplicable

      public Boolean getIsApplicable()
      Getter for isApplicable IsApplicable Flag that is being used to mark the effectiveness of the specific entry for the particular date.
    • setIsApplicable

      public void setIsApplicable(Boolean value)
      Setter for isApplicable IsApplicable Flag that is being used to mark the effectiveness of the specific entry for the particular date.
    • getModifiedDate

      public Date getModifiedDate()
      Getter for modifiedDate ModifiedDate
    • setModifiedDate

      public void setModifiedDate(Date value)
      Setter for modifiedDate ModifiedDate
    • getStartDate

      public Date getStartDate()
      Getter for startDate StartDate
    • setStartDate

      public void setStartDate(Date value)
      Setter for startDate StartDate
    • getEndDate

      public Date getEndDate()
      Getter for endDate
    • setEndDate

      public void setEndDate(Date value)
      Setter for endDate
    • getModifiedUserId

      public Integer getModifiedUserId()
      Getter for modifiedUserId ModifiedUserId. To track the user by which the records have been modified in the past. This will allow us to track the historical changes made to particular record.
    • setModifiedUserId

      public void setModifiedUserId(Integer value)
      Setter for modifiedUserId ModifiedUserId. To track the user by which the records have been modified in the past. This will allow us to track the historical changes made to particular record.
    • getCreatedDate

      public Date getCreatedDate()
      Getter for createdDate StartDate
    • setCreatedDate

      public void setCreatedDate(Date value)
      Setter for createdDate StartDate
    • getCreatedUserId

      public Integer getCreatedUserId()
      Getter for createdUserId CreatedUserId. To track the user who created the record at first place
    • setCreatedUserId

      public void setCreatedUserId(Integer value)
      Setter for createdUserId CreatedUserId. To track the user who created the record at first place
    • toString

      public String toString()
      Returns a JSON string representation of CountryCoefficientsEntity
      Overrides:
      toString in class Object