Class CountryCoefficientsRequestEntity

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

public class CountryCoefficientsRequestEntity extends Object
Represents the Country coefficients request input 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

    • CountryCoefficientsRequestEntity

      public CountryCoefficientsRequestEntity()
  • Method Details

    • getAccountId

      public Integer getAccountId()
      Getter for accountId AccountId
    • setAccountId

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

      public ArrayList<CountryCoefficientsRequestModel> getCoefficientDetails()
      Getter for coefficientDetails CountryCoefficientsRequestModel list
    • setCoefficientDetails

      public void setCoefficientDetails(ArrayList<CountryCoefficientsRequestModel> value)
      Setter for coefficientDetails CountryCoefficientsRequestModel list
    • toString

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