Class CountryCoefficientsRequestEntity
java.lang.Object
net.avalara.avatax.rest.client.models.CountryCoefficientsRequestEntity
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountId AccountIdGetter for coefficientDetails CountryCoefficientsRequestModel listvoid
setAccountId
(Integer value) Setter for accountId AccountIdvoid
Setter for coefficientDetails CountryCoefficientsRequestModel listtoString()
Returns a JSON string representation of CountryCoefficientsRequestEntity
-
Constructor Details
-
CountryCoefficientsRequestEntity
public CountryCoefficientsRequestEntity()
-
-
Method Details
-
getAccountId
Getter for accountId AccountId -
setAccountId
Setter for accountId AccountId -
getCoefficientDetails
Getter for coefficientDetails CountryCoefficientsRequestModel list -
setCoefficientDetails
Setter for coefficientDetails CountryCoefficientsRequestModel list -
toString
Returns a JSON string representation of CountryCoefficientsRequestEntity
-