---
title: taxAmount
framework: externalpurchaseserverapi
role: symbol
role_heading: Type
path: externalpurchaseserverapi/taxamount
---

# taxAmount

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

## Declaration

```data
int64 taxAmount
```

## Discussion

Discussion This value must equal amountTaxInclusive minus 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)
- [amountTaxInclusive](externalpurchaseserverapi/amounttaxinclusive.md)
- [netAmountTaxExclusive](externalpurchaseserverapi/netamounttaxexclusive.md)
- [taxCountry](externalpurchaseserverapi/taxcountry.md)
- [pricingCurrency](externalpurchaseserverapi/pricingcurrency.md)
- [reportingCurrency](externalpurchaseserverapi/reportingcurrency.md)
- [exchangeRate](externalpurchaseserverapi/exchangerate.md)
