Record
post-senders-params
No description available.
record post-senders-params {
on-behalf-of: option<string>,
address: option<string>,
address-v2: option<string>,
city: option<string>,
country: option<string>,
from-op: option<post-senders-body-from-op>,
nickname: option<string>,
reply-to: option<post-senders-body-reply-to>,
state: option<string>,
zip: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| on-behalf-of | option<string> | |
| address | option<string> | |
| address-v2 | option<string> | |
| city | option<string> | |
| country | option<string> | |
| from-op | option<post-senders-body-from-op> | |
| nickname | option<string> | |
| reply-to | option<post-senders-body-reply-to> | |
| state | option<string> | |
| zip | option<string> |