SubscriptionItem
A subscription item representing a product/price combination active on the subscription.
- billingType: stringenum
_interval Resolved billing interval for this item (e.g.
monthly).values- daily
- weekly
- monthly
- yearly
- createdType: stringFormat: date-time
_at Timestamp when the item was created.
- currencyType: string | null
Three-letter ISO 4217 currency code (uppercase). Resolved from item.currency → subscription.currency.
- idType: string
Subscription item ID
- priceType: string
Price ID from the product catalog.
- productType: string
Unique identifier for the product.
- quantityType: integer
Quantity of the subscription item.
- recurringType: object
Recurring billing configuration.
- intervalType: stringenumrequired
Billing frequency. Both lowercase and uppercase are accepted; the API normalizes internally.
hourly— every hourdaily— every dayweekly— every weekmonthly— every monthyearly— every year
values- daily
- weekly
- monthly
- quarterly
- 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 Unit price in the smallest currency unit (e.g. cents).
- updatedType: stringFormat: date-time
_at Timestamp when the item was last updated.

