Class BandedFulfillmentPricingProperties
java.lang.Object
com.broadleafcommerce.shipping.banded.BandedFulfillmentPricingProperties
@ConfigurationProperties("broadleaf.ship.banded")
@Deprecated
public class BandedFulfillmentPricingProperties
extends Object
Deprecated.
Since 1.7.0. Moved to shipping service.
- Author:
- Chad Harchar (charchar)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.io.Resource
Deprecated.The path to the configuration file used for banded shipping calculations.void
setConfigPath
(org.springframework.core.io.Resource configPath) Deprecated.The path to the configuration file used for banded shipping calculations.
-
Constructor Details
-
BandedFulfillmentPricingProperties
public BandedFulfillmentPricingProperties()Deprecated.
-
-
Method Details
-
getConfigPath
public org.springframework.core.io.Resource getConfigPath()Deprecated.The path to the configuration file used for banded shipping calculations. -
setConfigPath
public void setConfigPath(org.springframework.core.io.Resource configPath) Deprecated.The path to the configuration file used for banded shipping calculations.
-