Fretex.Shipping.Package (fretex v0.1.1)

Link to this section Summary

Link to this section Types

@type t() :: %Fretex.Shipping.Package{
  carriers: {:array, :any},
  destination: term(),
  grams: non_neg_integer(),
  height: non_neg_integer(),
  length: non_neg_integer(),
  origin: term(),
  total_items_price: non_neg_integer(),
  width: non_neg_integer()
}

Link to this section Functions

Link to this function

new(attrs \\ %{})