InProgressOrder

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

An order that is being fulfilled by an operator. Its structure resembles the priced order's with the difference that each line can specify whether it is fulfilled or not.

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