SchedulePhaseItemWithPrice
Phase item referencing an existing catalog price.
One-time charge: omit recurring (or set null) — the item is charged once on
phase creation and excluded from all future billing cycles.
- Type: string
price requiredPrice ID from your product catalog.
- Type: string | null
currency min length:3max length:3Currency override. Falls back to schedule default_settings or subscription currency.
- Type: object | null
metadata Arbitrary key-value pairs for this item.
- Type: anything
property Name
- Type: integer
quantity min:1Quantity of this item.
- Type: object · RecurringConfig
recurring Recurring billing configuration.
- Type: stringenum
interval requiredBilling frequency (uppercase):
daily— every dayweekly— every weekmonthly— every monthyearly— every year
valuesdaily weekly monthly yearly
- Type: integer
interval _count min:1Number of intervals between billings. For example,
interval=monthlyandinterval_count=3bills every 3 months. - Type: integer | null
interval _total _cycles min:1Total number of billing cycles before the subscription ends. Null means unlimited.
- Type: stringenum
usage _type Usage type for billing:
licensed— a fixed recurring charge per billing cyclemetered— charge based on reported usage
valueslicensed metered
- Type: number | null
unit _amount min:0Unit amount override in cents. Falls back to the catalog price if omitted.

