Visual branding enrichment: clean merchant name, logo, etc.
merchant_category, google_places_id, and merchant_website are
kept for backward compatibility but are deprecated by Triple in favor
of categories (on the parent response), merchant_location, and
contact.website respectively.
Summary
Types
@type t() :: %Triple.Types.Enrich.V1.Response.VisualEnrichment{ brand_id: String.t() | nil, default_logo: boolean(), google_places_id: String.t() | nil, merchant_category: String.t() | nil, merchant_clean_name: String.t() | nil, merchant_logo_link: String.t() | nil, merchant_website: String.t() | nil, updated: String.t() | nil }