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

# AmountDetails

`OBJECT`

## Fields

<ResponseField name="subTotal" type="Decimal">
  The sum of all item costs in the transaction before applying any additional charges such as taxes,
  or fees.
</ResponseField>

<ResponseField name="cashBack" type="Decimal">
  The amount of cashback requested by the presenter.
</ResponseField>

<ResponseField name="gratuity" type="Decimal">
  The amount of gratuity requested by the presenter.
</ResponseField>

<ResponseField name="convenienceFee" type="Decimal">
  The total amount of convenience fees collected.
</ResponseField>

<ResponseField name="serviceFee" type="Decimal">
  The total amount of service fees collected.
</ResponseField>

<ResponseField name="surcharge" type="Decimal">
  The total amount of surcharge collected.
</ResponseField>

<ResponseField name="duty" type="Decimal">
  Total charges for any import or export duties included in the order.
</ResponseField>

<ResponseField name="discount" type="Decimal">
  Total discount amount applied to the order.
</ResponseField>

<ResponseField name="shipping" type="Decimal">
  Total shipping charges for the transaction.
</ResponseField>
