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

# LineItemTaxesInput

`INPUT_OBJECT`

## Fields

<ResponseField name="totalAmount" type="Decimal!" required />

<ResponseField name="localTax" type="LineItemTaxInput">
  <Expandable title="child attributes">
    <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>
  </Expandable>
</ResponseField>

<ResponseField name="nationalTax" type="LineItemTaxInput">
  <Expandable title="child attributes">
    <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>
  </Expandable>
</ResponseField>
