---
title: isBlocked
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkstoredvaluepassproperties/isblocked
---

# isBlocked

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

## Declaration

```swift
@objc dynamic var isBlocked: Bool { get }
```

## Discussion

Discussion The pass issuer is responsible for blocking a stored-value pass according to their policy. The service provider can’t process transactions for a blocked pass.

## See Also

### Reading the stored-value pass properties

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