Shippex.Rate (shippex v0.17.0) View Source

A Rate is a representation of a price estimate from a given carrier for a Service, which is typically selected by the end user for a desired shipping speed.

Link to this section Summary

Link to this section Types

Specs

t() :: %Shippex.Rate{
  line_items: nil | [%{name: String.t(), price: integer()}],
  price: integer(),
  service: Shippex.Service.t()
}