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

Copy Markdown View Source

Latitude/longitude pair (lat/lon) for a merchant location.

Summary

Types

t()

@type t() :: %Triple.Types.Enrich.V1.Response.Coordinates{
  lat: String.t() | nil,
  lon: String.t() | nil
}