Class FixedFulfillmentPricingProperties
java.lang.Object
com.broadleafcommerce.shipping.fixed.FixedFulfillmentPricingProperties
@Deprecated
@ConfigurationProperties("broadleaf.ship.fixed")
public class FixedFulfillmentPricingProperties
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 fixed fulfillment calculations.void
setConfigPath
(org.springframework.core.io.Resource configPath) Deprecated.The path to the configuration file used for fixed fulfillment calculations.
-
Constructor Details
-
FixedFulfillmentPricingProperties
public FixedFulfillmentPricingProperties()Deprecated.
-
-
Method Details
-
getConfigPath
public org.springframework.core.io.Resource getConfigPath()Deprecated.The path to the configuration file used for fixed fulfillment calculations. -
setConfigPath
public void setConfigPath(org.springframework.core.io.Resource configPath) Deprecated.The path to the configuration file used for fixed fulfillment calculations.
-