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
| Name | Type | Description |
|---|---|---|
| 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> |