Wasm Directoryalpha
Record

verified-sender-response-schema

No description available.

record verified-sender-response-schema {
  address: option​<string>,
  address2: option​<string>,
  city: option​<string>,
  country: option​<string>,
  from-email: option​<string>,
  from-name: option​<string>,
  id: option​<s32>,
  locked: option​<bool>,
  nickname: option​<string>,
  reply-to: option​<string>,
  reply-to-name: option​<string>,
  state: option​<string>,
  verified: option​<bool>,
  zip: option​<string>,
}

Fields

NameTypeDescription
addressoption​<string>
address2option​<string>
cityoption​<string>
countryoption​<string>
from-emailoption​<string>
from-nameoption​<string>
idoption​<s32>
lockedoption​<bool>
nicknameoption​<string>
reply-tooption​<string>
reply-to-nameoption​<string>
stateoption​<string>
verifiedoption​<bool>
zipoption​<string>