ScheduleDefaultSettings
Default settings applied to the subscription created by this schedule.
- Type: object | null · BillingCycleAnchorConfig
billing _cycle _anchor _config Advanced billing cycle configuration. Allows precise control over when billing cycles occur. All fields are optional integers with specific ranges.
- Type: integer
day _of _month min:1max:31requiredDay of month for billing (1–31).
- Type: integer | null
hour min:0max:23Hour of day for billing in UTC (0–23).
- Type: integer | null
minute min:0max:59Minute of hour for billing (0–59).
- Type: integer | null
month min:1max:12Month of year for billing (1–12).
- Type: integer | null
second min:0max:59Second of minute for billing (0–59).
- Type: string | nullenum
collection _method How to collect payment. Defaults to
charge_automatically.send_invoiceis (coming soon).valuescharge _automatically send _invoice
- Type: string | null
default _payment _method Payment method ID used when the schedule activates and creates the subscription.

