Shippex.Transaction (shippex v0.17.0) View Source

Defines a struct that represents billable transactions with carriers.

Link to this section Summary

Link to this section Types

Specs

t() :: %Shippex.Transaction{
  carrier: Shippex.Carrier.t(),
  label: nil | Shippex.Label.t(),
  rate: Shippex.Rate.t(),
  shipment: Shippex.Shipment.t()
}