MillionSend.Contacts.BatchResponse.Item (MillionSend v0.6.0)

Copy Markdown View Source

An accepted batch item: its request index, the contact id and status ("created" | "updated" | "skipped").

Summary

Types

t()

@type t() :: %MillionSend.Contacts.BatchResponse.Item{
  id: term(),
  index: term(),
  object: term(),
  status: term()
}