SchedulePriceData
Inline pricing for a schedule phase item. Like
PriceDatabutrecurringis optional — omit it (or set null) to make the item a one-time charge within the phase.- Type: integer | null
unit _amount min:0requiredAmount in the smallest currency unit (e.g. cents).
- Type: string
currency min length:3max length:3Three-letter ISO currency code.
- Type: string
product Product ID from your catalog.
- Type: object · RecurringConfig
recurring Recurring billing configuration.
- Type: string | null
unit _amount _decimal Pattern: ^\d+(?:\.0+)?$Amount as a decimal string (for high precision).

