<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/Transaction/OwnershipType-swift.struct",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit11TransactionV13OwnershipTypeV"
  },
  "title" : "Transaction.OwnershipType"
}
-->

# Transaction.OwnershipType

The types the system uses to describe whether the user purchased the product or it’s available to them through Family Sharing.

```
struct OwnershipType
```

## Topics

### Getting ownership types

[`familyShared`](/documentation/StoreKit/Transaction/OwnershipType-swift.struct/familyShared)

The transaction belongs to a family member who benefits from the service.

[`purchased`](/documentation/StoreKit/Transaction/OwnershipType-swift.struct/purchased)

The transaction belongs to the purchaser.

### Getting a localized description

[`localizedDescription`](/documentation/StoreKit/Transaction/OwnershipType-swift.struct/localizedDescription)

The localized text that describes the ownership type.



---

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)