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 forFEDEX_PRIORITY_OVERNIGHTcards, which default toSAME_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
@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 }