Wasm Directoryalpha
Record

patch-v3-senders-sender-id-params

No description available.

record patch-v3-senders-sender-id-params {
  sender-id: string,
  on-behalf-of: option​<string>,
  address: option​<string>,
  address-v2: option​<string>,
  city: option​<string>,
  country: option​<string>,
  from-op: option​<sender-id-request-from-op>,
  nickname: option​<string>,
  reply-to: option​<sender-id-request-reply-to>,
  state: option​<string>,
  zip: option​<string>,
}

Fields

NameTypeDescription
sender-idstring
on-behalf-ofoption​<string>
addressoption​<string>
address-v2option​<string>
cityoption​<string>
countryoption​<string>
from-opoption​<sender-id-request-from-op>
nicknameoption​<string>
reply-tooption​<sender-id-request-reply-to>
stateoption​<string>
zipoption​<string>