Uses of Class
com.broadleafcommerce.shipping.service.integrations.fixed.FixedFulfillmentPricingProperties
-
Packages that use FixedFulfillmentPricingProperties Package Description com.broadleafcommerce.shipping.service.integrations.fixed -
-
Uses of FixedFulfillmentPricingProperties in com.broadleafcommerce.shipping.service.integrations.fixed
Methods in com.broadleafcommerce.shipping.service.integrations.fixed that return FixedFulfillmentPricingProperties Modifier and Type Method Description protected FixedFulfillmentPricingProperties
FixedFulfillmentPricingProvider. getFixedShipProps()
Constructors in com.broadleafcommerce.shipping.service.integrations.fixed with parameters of type FixedFulfillmentPricingProperties Constructor Description FixedFulfillmentPricingProvider(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, FixedFulfillmentPricingProperties fixedShipProps)
-