Uses of Enum Class
com.broadleafcommerce.cartoperation.service.configuration.FulfillmentPriceProportionMethods
-
Uses of FulfillmentPriceProportionMethods in com.broadleafcommerce.cartoperation.service.configuration
Modifier and TypeMethodDescriptionFulfillmentPriceConfigurationProperties.getFulfillmentPriceProportionMethod()
Determines the default method used to compute each fulfillment item's proportion from the fulfillment group's fulfillment price, when no band data is available.Returns the enum constant of this class with the specified name.static FulfillmentPriceProportionMethods[]
FulfillmentPriceProportionMethods.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
FulfillmentPriceConfigurationProperties.setFulfillmentPriceProportionMethod
(FulfillmentPriceProportionMethods fulfillmentPriceProportionMethod) Determines the default method used to compute each fulfillment item's proportion from the fulfillment group's fulfillment price, when no band data is available.