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