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

