Uses of Class
com.broadleafcommerce.shipping.domain.FulfillmentPriceInfo
-
Uses of FulfillmentPriceInfo in com.broadleafcommerce.shipping.domain
Modifier and TypeMethodDescriptionFulfillmentOptionPricedResponse.getFulfillmentPriceInfos()
The pricing infos for each of the line items, keyed by item id.Modifier and TypeMethodDescriptionvoid
FulfillmentOptionPricedResponse.setFulfillmentPriceInfos
(Map<String, FulfillmentPriceInfo> fulfillmentPriceInfos) The pricing infos for each of the line items, keyed by item id.ModifierConstructorDescriptionFulfillmentOptionPricedResponse
(FulfillmentOption fulfillmentOption, javax.money.MonetaryAmount fulfillmentPriceCalculated, Instant estimatedDeliveryDate, Map<String, FulfillmentPriceInfo> fulfillmentPriceInfos)