Record
post-subscription-schedules-params
No description available.
record post-subscription-schedules-params {
customer: option<string>,
default-settings: option<post-subscription-schedules-body-default-settings>,
end-behavior: option<subscription-schedule-end-behavior-enum>,
expand: option<list<string>>,
from-subscription: option<string>,
metadata: option<string>,
phases: option<list<post-subscription-schedules-body-phases-item>>,
start-date: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| customer | option<string> | |
| default-settings | option<post-subscription-schedules-body-default-settings> | |
| end-behavior | option<subscription-schedule-end-behavior-enum> | |
| expand | option<list<string>> | |
| from-subscription | option<string> | |
| metadata | option<string> | |
| phases | option<list<post-subscription-schedules-body-phases-item>> | |
| start-date | option<string> |