shippex v0.4.0 Shippex.Label

Defines the struct for storing a returned Rate, along with the tracking number, base64-encoded image, and its MIME format.

%Shippex.Label{rate: %Shippex.Rate{},
               tracking_number: "ABCDEF1234",
               format: "image/gif",
               image: "data:image/gif;base64,iVBORw0K..."}

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Shippex.Label{format: term, image: term, rate: term, tracking_number: term}