MillionSend.ContactProperties.ContactProperty (MillionSend v0.6.0)

Copy Markdown View Source

A custom contact property definition: key, type ("string" | "number") and the fallback_value used when a contact has no value. remove/2 populates id plus deleted.

Summary

Types

t()

@type t() :: %MillionSend.ContactProperties.ContactProperty{
  created_at: term(),
  deleted: term(),
  fallback_value: term(),
  id: term(),
  key: term(),
  object: term(),
  type: term()
}