An order line item.
Field | Type | Required | Description |
---|---|---|---|
created_at |
date | ✔️ | Creation timestamp of the object. |
modified_at |
date | ✔️ | Last modification timestamp of the object. |
id |
str | ✔️ | The ID of the object. |
label |
str | ✔️ | Description of the line item charge. |
amount |
int | ✔️ | Amount in cents, before discounts and taxes. |
tax_amount |
int | ✔️ | Sales tax amount in cents. |
proration |
bool | ✔️ | Whether this charge is due to a proration. |
product_price_id |
Nullable[str] | ✔️ | Associated price ID, if any. |