UpsPackageTrackingClient.DeliveryTime (UpsPackageTrackingClient v0.1.2) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %UpsPackageTrackingClient.DeliveryTime{
  end_time: Time.t(),
  start_time: Time.t(),
  type: String.t()
}

Link to this section Functions

Link to this function

changeset(delivery_time, attrs \\ %{})

View Source