Record

sender-id

No description available.

record sender-id {
  address: option​<string>,
  address-v2: option​<string>,
  city: option​<string>,
  country: option​<string>,
  from-op: option​<sender-id-from-op>,
  nickname: option​<string>,
  reply-to: option​<sender-id-reply-to>,
  state: option​<string>,
  zip: option​<string>,
  created-at: option​<s32>,
  id: option​<s32>,
  locked: option​<bool>,
  updated-at: option​<s32>,
  verified: option​<bool>,
}

Fields

NameTypeDescription
addressoption​<string>
address-v2option​<string>
cityoption​<string>
countryoption​<string>
from-opoption​<sender-id-from-op>
nicknameoption​<string>
reply-tooption​<sender-id-reply-to>
stateoption​<string>
zipoption​<string>
created-atoption​<s32>
idoption​<s32>
lockedoption​<bool>
updated-atoption​<s32>
verifiedoption​<bool>