<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "marketplacekit",
  "identifier" : "/documentation/MarketplaceKit/TransactionReporting",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "MarketplaceKit"
    ],
    "preciseIdentifier" : "s:14MarketplaceKit20TransactionReportingO"
  },
  "title" : "TransactionReporting"
}
-->

# TransactionReporting

An enumeration that provides token services for transaction reporting.

```
enum TransactionReporting
```

## Overview

Track any eligible purchases, related to your app, that you offer a person and report them to Apple using tokens provided by this enumeration. For more information, see [Reporting transactions for the Core Technology Commission](/documentation/marketplacekit/reporting-transactions-for-core-technology-commission).

## Topics

### Retrieving a token

[`static func token(for: TransactionReporting.TokenType) async throws -> String`](/documentation/MarketplaceKit/TransactionReporting/token(for:))

Returns a token of the specified type.

### Specifying the token type

[`struct TokenType`](/documentation/MarketplaceKit/TransactionReporting/TokenType)

The type of transaction reporting token.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)