Increase.CheckTransfers.CheckTransfer.PhysicalCheck.TrackingUpdate (Increase v1.0.0)

Copy Markdown View Source

The CheckTransferPhysicalCheckTrackingUpdate object.

Fields

  • category - The type of tracking event.
  • country - The ISO 3166-1 alpha-2 country code for the country 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.

Summary

Types

t()

@type t() :: %Increase.CheckTransfers.CheckTransfer.PhysicalCheck.TrackingUpdate{
  category: String.t(),
  country: String.t(),
  created_at: DateTime.t(),
  postal_code: String.t()
}