Location enrichment. Online (ECOMMERCE) transactions never carry a
location, so enabled?/1 will be false for those.
Summary
Functions
Whether location enrichment was available for this transaction.
Types
@type t() :: %Triple.Types.Enrich.V1.Response.MerchantLocation{ address: Triple.Types.Enrich.V1.Response.Address.t() | nil, coordinates: Triple.Types.Enrich.V1.Response.Coordinates.t() | nil, enabled: boolean(), location_id: String.t() | nil }