View Source Plaid.Transactions.Transaction.Location (plaid v3.3.0)

Plaid Transaction Location data structure.

Link to this section Summary

Link to this section Types

@type t() :: %Plaid.Transactions.Transaction.Location{
  address: String.t(),
  city: String.t(),
  country: String.t(),
  lat: float(),
  lon: float(),
  postal_code: String.t(),
  region: String.t(),
  state: String.t(),
  store_number: integer(),
  zip: String.t()
}