LineItemAdjustment
A Line Item Adjustment includes details on discounts applied on a line item.
Properties
id
stringRequiredThe Line Item Adjustment's ID
item_id
stringRequiredThe ID of the line item
The details of the line item.
description
stringRequiredThe line item's adjustment description
The details of the discount associated with the adjustment.
discount_id
stringRequiredThe ID of the discount associated with the adjustment
amount
numberRequiredThe adjustment amount
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
Was this section helpful?