> ## 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.

# LineItemTaxInput

> Tax details.

`INPUT_OBJECT`

Tax details.

## Fields

<ResponseField name="amount" type="Decimal!" required>
  The tax amount.
</ResponseField>

<ResponseField name="rate" type="Decimal">
  The rate of the tax formatted as a decimal. e.g., 5.10% would be formatted as 0.051.
</ResponseField>
