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.
- priceType: stringrequired
Price ID from your product catalog.
- currencyType: string | nullmin length:3max length:3
Currency override. Falls back to schedule default_settings or subscription currency.
- metadataType: object | null
Arbitrary key-value pairs for this item.
- propertyType: anything
Name
- quantityType: integermin:1
Quantity of this item.
- recurringType: object · RecurringConfig
Recurring billing configuration.
- intervalType: stringenumrequired
Billing frequency (uppercase):
daily— every dayweekly— every weekmonthly— every monthyearly— every year
values- daily
- weekly
- monthly
- yearly
- intervalType: integer
_count min:1Number of intervals between billings. For example,
interval=monthlyandinterval_count=3bills every 3 months. - intervalType: integer | null
_total _cycles min:1Total number of billing cycles before the subscription ends. Null means unlimited.
- usageType: stringenum
_type Usage type for billing:
licensed— a fixed recurring charge per billing cyclemetered— charge based on reported usage
values- licensed
- metered
- unitType: number | null
_amount min:0Unit amount override in cents. Falls back to the catalog price if omitted.

