<!--
{
  "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/PKStoredValuePassBalance",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKStoredValuePassBalance"
  },
  "title" : "PKStoredValuePassBalance"
}
-->

# PKStoredValuePassBalance

An object that represents a balance that’s available for transactions, such as points or money.

```
class PKStoredValuePassBalance
```

## Overview> Important:
> A stored balance of type of ``doc://com.apple.passkit/documentation/PassKit/PKStoredValuePassBalance/BalanceType-swift.struct/cash`` requires a valid currency code.

## Topics

### Getting the pass status

[`expiryDate`](/documentation/PassKit/PKStoredValuePassBalance/expiryDate)

The date that the balance expires.

[`amount`](/documentation/PassKit/PKStoredValuePassBalance/amount-2nwf5)

The current balance of a stored-value pass in money or points.

[`amount`](/documentation/PassKit/PKStoredValuePassBalance/amount-2vfd3)

The current balance in money or points.

[`balanceType`](/documentation/PassKit/PKStoredValuePassBalance/balanceType-swift.property)

The type of value that the balance represents, such as money or points.

[`currencyCode`](/documentation/PassKit/PKStoredValuePassBalance/currencyCode)

The ISO 4217 currency code of the balance.

[`BalanceType`](/documentation/PassKit/PKStoredValuePassBalance/BalanceType-swift.struct)

The type of value that the balance represents, such as money or points.

### Comparing pass balance objects

[`==(_:_:)`](/documentation/PassKit/PKStoredValuePassBalance/==(_:_:))

Returns a Boolean value that indicates whether two pass balance objects contain the same values.

[`-  isEqualToBalance:`](/documentation/PassKit/PKStoredValuePassBalance/isEqualToBalance:)

Returns a Boolean value that indicates whether two pass balance objects contain the same values.

## Relationships

### Conforms To

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

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

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

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

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

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

### Inherits From

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

---

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)