<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "ExternalPurchaseServerAPI",
  "identifier" : "/documentation/ExternalPurchaseServerAPI/amountTaxInclusive",
  "metadataVersion" : "0.1.0",
  "role" : "Type",
  "symbol" : {
    "kind" : "Type",
    "modules" : [
      "External Purchase Server API"
    ],
    "preciseIdentifier" : "data:external_purchase_server_api:amountTaxInclusive"
  },
  "title" : "amountTaxInclusive"
}
-->

# amountTaxInclusive

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

```
int64 amountTaxInclusive
```

## Discussion

This amount must equal [`taxAmount`](/documentation/ExternalPurchaseServerAPI/taxAmount) plus [`amountTaxExclusive`](/documentation/ExternalPurchaseServerAPI/amountTaxExclusive).

Provide all amount field values in milli-units of the currency you state in the [`reportingCurrency`](/documentation/ExternalPurchaseServerAPI/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`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)