shippex v0.6.14 Shippex.Rate
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
Link to this type
t()
t() :: %Shippex.Rate{ line_items: nil | [%{name: String.t(), price: integer()}], price: integer(), service: Shippex.Service.t() }