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

Copy Markdown View Source

Merchant contact details.

Summary

Types

t()

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