Wasm Directoryalpha
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

NameTypeDescription
customeroption​<string>
default-settingsoption​<post-subscription-schedules-body-default-settings>
end-behavioroption​<subscription-schedule-end-behavior-enum>
expandoption​<list​<string>>
from-subscriptionoption​<string>
metadataoption​<string>
phasesoption​<list​<post-subscription-schedules-body-phases-item>>
start-dateoption​<string>