<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKAutomaticReloadPaymentSummaryItem/thresholdAmount",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKAutomaticReloadPaymentSummaryItem(py)thresholdAmount"
  },
  "title" : "thresholdAmount"
}
-->

# thresholdAmount

The balance an account reaches before you apply the automatic reload amount.

```
var thresholdAmount: NSDecimalNumber { get set }
```

## Discussion

You automatically apply the reload amount to the account when the account balance drops below the threshold amount.

Use the [`amount`](/documentation/PassKit/PKPaymentSummaryItem/amount) property to specify the reload amount.

---

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)