Loose struct for a delivery. Unknown fields are ignored; the complete original payload is always available under :raw.
:raw
@type t() :: %Picnic.Schema.Delivery{ creation_time: term(), delivery_id: term(), delivery_time: term(), eta2: term(), id: term(), orders: term(), raw: term(), slot: term(), status: term() }