The following table describes the collection properties for the Tax microservice:
S. No. | Attribute | Default Value | Description |
---|---|---|---|
1 | props.tax.percentage | 0 | This attribute indicates the default percentage of tax to be applied. |
2 | props.tax.flat.rate | 0 | This attribute indicates the default flat rate of tax to be applied. |
3 | props.taxCalculation.className | - | This attribute indicates the class for implementation of tax calculation. |
4 | props.tax.default.type | PERCENTAGE | This attribute contains the default type of tax calculation. The possible values are PERCENTAGE and FLAT. |
5 | tax.serviceproviders.config | - | This attribute contains a third-party class, which contains the configurations of a specific tax service provider such as Cybersource, etc. |
6 | taxValidators | This attribute indicates a class containing the validations on tax calculations. For example, com.skava.tax.validate.TaxValidator |
|
7 | tax.plugin.properties | { | This attribute provides predefined data to load the third-party plugins. |
8 | calculationExpiryTime | 300000 | This 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.