The following table describes the collection properties for the Tax microservice:

S. No.AttributeDefault ValueDescription
1props.tax.percentage0This attribute indicates the default percentage of tax to be applied.
2props.tax.flat.rate0This attribute indicates the default flat rate of tax to be applied.
3props.taxCalculation.className-This attribute indicates the class for implementation of tax calculation.
4props.tax.default.typePERCENTAGEThis attribute contains the default type of tax calculation. The possible values are PERCENTAGE and FLAT.
5tax.serviceproviders.config-This attribute contains a third-party class, which contains the configurations of a specific tax service provider such as Cybersource, etc.
6taxValidatorsThis attribute indicates a class containing the validations on tax calculations. For example, com.skava.tax.validate.TaxValidator
7tax.plugin.properties{
"plugin.prop.name": "plugin.prop.value"
}
This attribute provides predefined data to load the third-party plugins.
8calculationExpiryTime300000This attribute contains the expiry time of the shipping charges calculation in milliseconds.




Revision History
2023-01-12 | AN – Updated content for 8.13 release.
2020-10-14 | AN – Added the collection properties.
2020-02-04 | AN – Content updated for February 2020 release.
2019-04-15 | AN – Content updated for April 2019 release.
2019-01-23 | PLK – Page created and content uploaded.