Record Class QuantityWithCost

java.lang.Object
java.lang.Record
com.storedobject.core.QuantityWithCost
Record Components:
quantity - Quantity
cost - Cost

public record QuantityWithCost(Quantity quantity, Money cost) extends Record
Represents a combination of a quantity and its associated cost, encapsulated within a record for simplicity and immutability.
Author:
Syam