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