Increase.PhysicalCards.PhysicalCard.Shipment.Tracking.Update (Increase v1.0.0)

Copy Markdown View Source

The PhysicalCardShipmentTrackingUpdate object.

Fields

  • carrier_estimated_delivery_at - The ISO 8601 date and time when the carrier expects the card to be delivered.
  • category - The type of tracking event.
  • city - The city where the event took place.
  • created_at - The ISO 8601 date and time at which the tracking event took place.
  • postal_code - The postal code where the event took place.
  • state - The state where the event took place.

Summary

Types

t()

@type t() :: %Increase.PhysicalCards.PhysicalCard.Shipment.Tracking.Update{
  carrier_estimated_delivery_at: DateTime.t() | nil,
  category: String.t(),
  city: String.t() | nil,
  created_at: DateTime.t(),
  postal_code: String.t() | nil,
  state: String.t() | nil
}