Record

subscription-schedule

No description available.

record subscription-schedule {
  application: option​<string>,
  canceled-at: option​<s32>,
  completed-at: option​<s32>,
  created: s32,
  current-phase: option​<string>,
  customer: string,
  default-settings: resource-default-settings,
  end-behavior: subscription-schedule-end-behavior-enum,
  id: string,
  livemode: bool,
  metadata: option​<subscription-schedule-metadata>,
  object: subscription-schedule-object-enum,
  phases: list​<subscription-schedule-phase-configuration>,
  released-at: option​<s32>,
  released-subscription: option​<string>,
  status: subscription-schedule-status-enum,
  subscription: option​<string>,
  test-clock: option​<string>,
}

Fields

NameTypeDescription
applicationoption​<string>
canceled-atoption​<s32>
completed-atoption​<s32>
createds32
current-phaseoption​<string>
customerstring
default-settingsresource-default-settings
end-behaviorsubscription-schedule-end-behavior-enum
idstring
livemodebool
metadataoption​<subscription-schedule-metadata>
objectsubscription-schedule-object-enum
phaseslist​<subscription-schedule-phase-configuration>
released-atoption​<s32>
released-subscriptionoption​<string>
statussubscription-schedule-status-enum
subscriptionoption​<string>
test-clockoption​<string>