Triple.Types.Enrich.V2.Response.Brand (triple v1.0.0)

Copy Markdown View Source

Identified merchant brand.

Summary

Types

t()

@type t() :: %Triple.Types.Enrich.V2.Response.Brand{
  contact: Triple.Types.Enrich.V2.Response.Contact.t() | nil,
  id: String.t() | nil,
  logo: String.t() | nil,
  name: String.t() | nil,
  updated_ts: String.t() | nil
}