The `subscription_charged_items` table lists event-based charge items that have already been billed.

Columns

No match found

subscription_id string, not null
Foreign Key subscriptions.id
The unique identifier of the `subscription` associated with this record.

item_price_id string, not null
Foreign Key item_prices.id
A unique identifier for the `item_price`.

last_charged_at timestamp, not null
The timestamp of the most recent charge for this item price in the subscription.