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