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.- unitType: integer | null
_amount min:0requiredAmount in the smallest currency unit (e.g. cents).
- currencyType: stringmin length:3max length:3
Three-letter ISO currency code.
- productType: string
Product ID from your catalog.
- recurringType: object · RecurringConfig
Recurring billing configuration.
- unitType: string | null
_amount _decimal Pattern: ^\d+(?:\.0+)?$Amount as a decimal string (for high precision).

