CompletedOrder

final case class CompletedOrder(id: OrderID, orderLines: NonEmptyList[CompleteOrderLine], client: Client, deliveryDate: LocalDateTime, deliveryLocation: Location, totalPrice: PriceInEuroCents)

An order that has been fulfilled by the operator and is ready to be shipped.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product