View Source UspsEx.Transaction (usps_ex v2023.1.27)

Defines a struct that represents billable transactions with carriers.

Link to this section Summary

Link to this section Types

@type t() :: %UspsEx.Transaction{
  label: nil | UspsEx.Transaction.Label.t(),
  rate: UspsEx.Rate.t(),
  shipment: UspsEx.Shipment.t()
}