Uses of Record Class
com.example.orderplatform.pricing.api.PricingQuote
Packages that use PricingQuote
Package
Description
Named pricing API surface used by orders to quote products before accepting an order.
-
Uses of PricingQuote in com.example.orderplatform.pricing.api
Methods in com.example.orderplatform.pricing.api that return PricingQuoteModifier and TypeMethodDescriptionPricingService.quoteFor(List<PricingRequest> requests) Creates a deterministic quote for the requested product quantities. -
Uses of PricingQuote in com.example.orderplatform.pricing.application
Methods in com.example.orderplatform.pricing.application that return PricingQuoteModifier and TypeMethodDescriptionPricingApplicationService.quoteFor(List<PricingRequest> requests) Quotes the requested products using active catalog entries.