View Source UspsEx.Rate (usps_ex v2023.1.27)
A Rate
is a representation of a price estimate 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
@type t() :: %UspsEx.Rate{ line_items: nil | [%{name: String.t(), price: integer()}], price: integer(), service: UspsEx.Service.t() }