Package com.broadleafcommerce.tax.simple
Class SimpleTaxProperties
- java.lang.Object
-
- com.broadleafcommerce.tax.simple.SimpleTaxProperties
-
@ConfigurationProperties("broadleaf.taxprovider.simple") public class SimpleTaxProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description SimpleTaxProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.core.io.ResourcegetConfigPath()The path to the configuration file used for simple tax calculations.voidsetConfigPath(org.springframework.core.io.Resource configPath)The path to the configuration file used for simple tax calculations.
-
-
-
Method Detail
-
getConfigPath
public org.springframework.core.io.Resource getConfigPath()
The path to the configuration file used for simple tax calculations.
-
setConfigPath
public void setConfigPath(org.springframework.core.io.Resource configPath)
The path to the configuration file used for simple tax calculations.
-
-