---
title: amountTaxExclusive
framework: externalpurchaseserverapi
role: symbol
role_heading: Type
path: externalpurchaseserverapi/amounttaxexclusive
---

# amountTaxExclusive

The amount, in milli-units, that the customer paid or was refunded, excluding taxes.

## Declaration

```data
int64 amountTaxExclusive
```

## Discussion

Discussion This value must equal amountTaxInclusive minus taxAmount. The amountTaxExclusive value is the amount in milli-units that the user paid, excluding taxes. For refunds, it is the amount in milli-units of the refund, excluding taxes. 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

- [amountTaxInclusive](externalpurchaseserverapi/amounttaxinclusive.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)
