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

Copy Markdown View Source

The details used to ship this physical card.

Fields

  • address - The location to where the card's packing label is addressed.
  • method - The shipping method.
  • schedule - When this physical card should be produced by the card printer. The default timeline is the day after the card printer receives the order, except for FEDEX_PRIORITY_OVERNIGHT cards, which default to SAME_DAY. To use faster production methods, please reach out to support@increase.com.
  • status - The status of this shipment.
  • tracking - Tracking details for the shipment.

Summary

Types

t()

@type t() :: %Increase.PhysicalCards.PhysicalCard.Shipment{
  address: Increase.PhysicalCards.PhysicalCard.Shipment.Address.t(),
  method: String.t(),
  schedule: String.t(),
  status: String.t(),
  tracking: Increase.PhysicalCards.PhysicalCard.Shipment.Tracking.t() | nil
}