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

Copy Markdown View Source

Brand/processor contact details (v2 shape — flat, no enabled flag).

Summary

Types

t()

@type t() :: %Triple.Types.Enrich.V2.Response.Contact{
  email: String.t() | nil,
  phone: String.t() | nil,
  website: String.t() | nil
}