VROOM.Shipment (vroom v0.1.1) View Source

Defines a Shipment object.

https://github.com/VROOM-Project/vroom/blob/master/docs/API.md#shipments

Link to this section Summary

Link to this section Types

Specs

t() :: %VROOM.Shipment{
  amount: list() | nil,
  delivery: VROOM.ShipmentStep.t(),
  pickup: VROOM.ShipmentStep.t(),
  priority: integer() | nil,
  skills: list() | nil
}