An accepted batch item: its request index, the contact id and status ("created" | "updated" | "skipped").
index
id
status
"created" | "updated" | "skipped"
@type t() :: %MillionSend.Contacts.BatchResponse.Item{ id: term(), index: term(), object: term(), status: term() }