Uses of Class
com.broadleafcommerce.shipping.domain.FulfillmentPriceInfo
Packages that use FulfillmentPriceInfo
-
Uses of FulfillmentPriceInfo in com.broadleafcommerce.shipping.domain
Methods in com.broadleafcommerce.shipping.domain that return types with arguments of type FulfillmentPriceInfoModifier and TypeMethodDescriptionFulfillmentOptionPricedResponse.getFulfillmentPriceInfos()
The pricing infos for each of the line items, keyed by item id.Method parameters in com.broadleafcommerce.shipping.domain with type arguments of type FulfillmentPriceInfoModifier and TypeMethodDescriptionvoid
FulfillmentOptionPricedResponse.setFulfillmentPriceInfos
(Map<String, FulfillmentPriceInfo> fulfillmentPriceInfos) The pricing infos for each of the line items, keyed by item id.Constructor parameters in com.broadleafcommerce.shipping.domain with type arguments of type FulfillmentPriceInfoModifierConstructorDescriptionFulfillmentOptionPricedResponse
(FulfillmentOption fulfillmentOption, javax.money.MonetaryAmount fulfillmentPriceCalculated, Instant estimatedDeliveryDate, Map<String, FulfillmentPriceInfo> fulfillmentPriceInfos)