<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKStoredValuePassProperties",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKStoredValuePassProperties"
  },
  "title" : "PKStoredValuePassProperties"
}
-->

# PKStoredValuePassProperties

An object that represents the properties of a pass that contains a balance used for specific transactions, such as a transit pass or loyalty card.

```
class PKStoredValuePassProperties
```

## Topics

### Creating a stored-value pass properties object

[`+  passPropertiesForPass:`](/documentation/PassKit/PKStoredValuePassProperties/init(for:))

Creates a stored-value pass properties object for the specified pass.

### Reading the stored-value pass properties

[`balances`](/documentation/PassKit/PKStoredValuePassProperties/balances)

The amount available for transactions for a service represented by a stored-value pass.

[`expirationDate`](/documentation/PassKit/PKStoredValuePassProperties/expirationDate)

The expiration date of a pass.

[`isBlocked`](/documentation/PassKit/PKStoredValuePassProperties/isBlocked)

A Boolean value that indicates the pass issuer disabled a stored-value pass.

[`blocked`](/documentation/PassKit/PKStoredValuePassProperties/blocked)

A Boolean value that indicates the pass issuer disabled a stored-value pass.

[`blacklisted`](/documentation/PassKit/PKStoredValuePassProperties/isBlacklisted)

A Boolean value that indicates the pass issuer disabled a stored-value pass.

## Relationships

### Conforms To

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

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

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

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

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

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

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

### Inherited By

[`PKTransitPassProperties`](/documentation/PassKit/PKTransitPassProperties)

---

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)