Triple.Types.Enrich.V1.Response.Address (triple v1.0.0)

Copy Markdown View Source

Structured merchant address (card acceptor location).

Summary

Types

t()

@type t() :: %Triple.Types.Enrich.V1.Response.Address{
  city: String.t() | nil,
  country: String.t() | nil,
  country_iso3: String.t() | nil,
  street: String.t() | nil,
  zip_code: String.t() | nil
}