Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 2.84 KB

orderitemschema.md

File metadata and controls

17 lines (13 loc) · 2.84 KB

OrderItemSchema

An order line item.

Fields

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.