/** * Represents the coefficient, using which tax rules rates can be modified dynamically while applying tax rules in order to reduce the variance for all the transactions at country level. Avalara supports a few different types of tax rules. For information about tax rule types, see [TaxRuleTypeId](https://developer.avalara.com/cofficients) * @export * @class CountryCoefficientsResponseModel */ export declare class CountryCoefficientsResponseModel { /** * @type {number} * @memberof CountryCoefficientsResponseModel */ count?: number | undefined; /** * @type {string} * @memberof CountryCoefficientsResponseModel */ message?: string | undefined; }