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

# PKSuicaPassProperties

The properties of a pass used as a ticket for the Suica transportation system.

```
class PKSuicaPassProperties
```

## Overview

The Suica pass is a card used for transportation in Japan.

## Topics

### Initializing suica pass properties

[`init(for:)`](/documentation/PassKit/PKSuicaPassProperties/init(for:))

Instantiates a Suica pass properties object that contains the properties supported in the specified pass.

### Getting pass status

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

A Boolean value that indicates whether the pass issuer disabled the pass.

[`isBlacklisted`](/documentation/PassKit/PKSuicaPassProperties/isBlacklisted)

A Boolean value that indicates whether the transit pass issuer disabled the pass.

[`isGreenCarTicketUsed`](/documentation/PassKit/PKSuicaPassProperties/isGreenCarTicketUsed)

A Boolean value that indicates whether the customer has redeemed the Green Car ticket.

[`isInShinkansenStation`](/documentation/PassKit/PKSuicaPassProperties/isInShinkansenStation)

A Boolean value that indicates whether the pass has tapped in at a Shinkansen Station and has not tapped out.

[`isInStation`](/documentation/PassKit/PKSuicaPassProperties/isInStation)

A Boolean value that indicates whether the transit pass has tapped in at a station and has not tapped out.

### Getting suica balance information

[`transitBalance`](/documentation/PassKit/PKSuicaPassProperties/transitBalance)

The current usable stored value on the transit card.

[`transitBalanceCurrencyCode`](/documentation/PassKit/PKSuicaPassProperties/transitBalanceCurrencyCode)

The currency code associated with the balance on the pass.

[`isBalanceAllowedForCommute`](/documentation/PassKit/PKSuicaPassProperties/isBalanceAllowedForCommute)

A Boolean value that indicates how the balance can be used.

[`isLowBalanceGateNotificationEnabled`](/documentation/PassKit/PKSuicaPassProperties/isLowBalanceGateNotificationEnabled)

A Boolean value that determines whether the terminal provides feedback if the balance is low after a deduction.



---

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)