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