---
title: PKStoredValuePassProperties
framework: passkit
role: symbol
role_heading: Class
path: passkit/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.

## Declaration

```swift
class PKStoredValuePassProperties
```

## Topics

### Creating a stored-value pass properties object

- [init(for:)](passkit/pkstoredvaluepassproperties/init(for:).md)

### Reading the stored-value pass properties

- [balances](passkit/pkstoredvaluepassproperties/balances.md)
- [expirationDate](passkit/pkstoredvaluepassproperties/expirationdate.md)
- [isBlocked](passkit/pkstoredvaluepassproperties/isblocked.md)
- [isBlacklisted](passkit/pkstoredvaluepassproperties/isblacklisted.md)

### Initializers

- [init(forPass:)](passkit/pkstoredvaluepassproperties/init(forpass:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Inherited By

- [PKTransitPassProperties](passkit/pktransitpassproperties.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Stored-value passes

- [PKTransitPassProperties](passkit/pktransitpassproperties.md)
- [PKSuicaPassProperties](passkit/pksuicapassproperties.md)
- [PKStoredValuePassBalance](passkit/pkstoredvaluepassbalance.md)
