<!--
{
  "availability" : [
    "iOS: 26.4.0 -",
    "iPadOS: 26.4.0 -",
    "macOS: 26.4.0 -",
    "tvOS: 26.4.0 -",
    "visionOS: 26.4.0 -",
    "watchOS: 26.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/Transaction/revocationType-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit11TransactionV14revocationTypeAC010RevocationE0VSgvp"
  },
  "title" : "revocationType"
}
-->

# revocationType

The type of refund or revocation that applies to the transaction.

```
let revocationType: Transaction.RevocationType?
```

## Discussion

This property indicates whether the transaction has a full refund, a prorated refund, or is revoked from Family Sharing.
This property is `nil` for transactions that are not revoked.

> Note: This property is not present for Advanced Commerce transactions, which use
> ``doc://com.apple.storekit/documentation/StoreKit/Transaction/AdvancedCommerceInfo-swift.struct/Item/refunds`` instead.

---

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)