> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LineItemDiscountInput

> Discount details for the line item.

`INPUT_OBJECT`

Discount details for the line item.

## Fields

<ResponseField name="amount" type="Decimal!" required>
  An amount discounted at the individual line item level.
</ResponseField>

<ResponseField name="taxCalculation" type="TaxCalculation">
  If taxes were calculated, you can specify if they were calculated before or after the discount was applied.

  <Expandable title="Possible enum values">
    <ResponseField name="POST_DISCOUNT" type="enum" />

    <ResponseField name="PRE_DISCOUNT" type="enum" />
  </Expandable>
</ResponseField>

<ResponseField name="rate" type="Decimal">
  The rate of the discount, formatted as a decimal. e.g., 5.00% will be formatted as 0.05
</ResponseField>
