OrderItemSchema
October 21, 2025 ยท View on GitHub
An order line item.
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
created_at | date | :heavy_check_mark: | Creation timestamp of the object. | |
modified_at | date | :heavy_check_mark: | Last modification timestamp of the object. | |
id | str | :heavy_check_mark: | The ID of the object. | |
label | str | :heavy_check_mark: | Description of the line item charge. | Pro Plan |
amount | int | :heavy_check_mark: | Amount in cents, before discounts and taxes. | 10000 |
tax_amount | int | :heavy_check_mark: | Sales tax amount in cents. | 720 |
proration | bool | :heavy_check_mark: | Whether this charge is due to a proration. | false |
product_price_id | Nullable[str] | :heavy_check_mark: | Associated price ID, if any. |