Uses of Record Class
com.example.orderplatform.pricing.api.PricedLine
Packages that use PricedLine
Package
Description
Named pricing API surface used by orders to quote products before accepting an order.
-
Uses of PricedLine in com.example.orderplatform.pricing.api
Methods in com.example.orderplatform.pricing.api that return types with arguments of type PricedLineModifier and TypeMethodDescriptionPricingQuote.lines()Returns the value of thelinesrecord component.Constructor parameters in com.example.orderplatform.pricing.api with type arguments of type PricedLineModifierConstructorDescriptionPricingQuote(List<PricedLine> lines, Money total) Creates an instance of aPricingQuoterecord class.