SchedulePriceData

  • Inline pricing for a schedule phase item. Like PriceData but recurring is optional — omit it (or set null) to make the item a one-time charge within the phase.

    • unit_amount
      Type: integer | null
      min:  
      0
      required

      Amount in the smallest currency unit (e.g. cents).

    • currency
      Type: string
      min length:  
      3
      max length:  
      3

      Three-letter ISO currency code.

    • product
      Type: string

      Product ID from your catalog.

    • recurring
      Type: object · RecurringConfig

      Recurring billing configuration.

    • unit_amount_decimal
      Type: string | null Pattern: ^\d+(?:\.0+)?$

      Amount as a decimal string (for high precision).