Fretex.Rate (fretex v0.1.1)

Link to this section Summary

Link to this section Types

@type t() :: %Fretex.Rate{
  carrier: :string,
  currency: :string,
  description: :string,
  max_delivery_date: non_neg_integer(),
  min_delivery_date: non_neg_integer(),
  service_code: :string,
  service_name: :string,
  total_price: non_neg_integer()
}

Link to this section Functions