Record
post-sms-price-params
No description available.
record post-sms-price-params {
body: string,
country: option<string>,
custom-string: option<string>,
from-op: option<string>,
list-id: option<f64>,
schedule: option<f64>,
source: option<string>,
to: string,
}Fields
| Name | Type | Description |
|---|---|---|
| body | string | |
| country | option<string> | |
| custom-string | option<string> | |
| from-op | option<string> | |
| list-id | option<f64> | |
| schedule | option<f64> | |
| source | option<string> | |
| to | string |