---
title: amountTaxInclusive
framework: externalpurchaseserverapi
role: symbol
role_heading: Type
path: externalpurchaseserverapi/amounttaxinclusive
---

# amountTaxInclusive

The amount, in milli-units, that the customer paid, including taxes.

## Declaration

```data
int64 amountTaxInclusive
```

## Discussion

Discussion This amount must equal taxAmount plus amountTaxExclusive. Provide all amount field values in milli-units of the currency you state in the reportingCurrency field. One unit of the currency equals 1000 milli-units. For example, if the amount is €2.99, the amount in milli-units is 2990.

## See Also

### Specifying amounts and currency

- [amountTaxExclusive](externalpurchaseserverapi/amounttaxexclusive.md)
- [netAmountTaxExclusive](externalpurchaseserverapi/netamounttaxexclusive.md)
- [taxAmount](externalpurchaseserverapi/taxamount.md)
- [taxCountry](externalpurchaseserverapi/taxcountry.md)
- [pricingCurrency](externalpurchaseserverapi/pricingcurrency.md)
- [reportingCurrency](externalpurchaseserverapi/reportingcurrency.md)
- [exchangeRate](externalpurchaseserverapi/exchangerate.md)
