Class BandedFulfillmentPricingProperties
- java.lang.Object
-
- com.broadleafcommerce.shipping.banded.BandedFulfillmentPricingProperties
-
@ConfigurationProperties("broadleaf.ship.banded") @Deprecated public class BandedFulfillmentPricingProperties extends ObjectDeprecated.Since 1.7.0. Moved to shipping service.- Author:
- Chad Harchar (charchar)
-
-
Constructor Summary
Constructors Constructor Description BandedFulfillmentPricingProperties()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.springframework.core.io.ResourcegetConfigPath()Deprecated.The path to the configuration file used for banded shipping calculations.voidsetConfigPath(org.springframework.core.io.Resource configPath)Deprecated.The path to the configuration file used for banded shipping calculations.
-
-
-
Method Detail
-
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.
-
-