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

# PKAutomaticReloadPaymentSummaryItem

An object that defines a summary item for an automatic reload or refill payment, such as a store card top-up.

```
class PKAutomaticReloadPaymentSummaryItem
```

## Overview

[`PKAutomaticReloadPaymentSummaryItem`](/documentation/PassKit/PKAutomaticReloadPaymentSummaryItem) is a subclass of [`PKPaymentSummaryItem`](/documentation/PassKit/PKPaymentSummaryItem) and inherits all properties of the parent class.

Add a summary item of this type to the [`paymentSummaryItems`](/documentation/PassKit/PKPaymentRequest/paymentSummaryItems) property of a [`PKPaymentRequest`](/documentation/PassKit/PKPaymentRequest) object to display an automatic reload payment in the summary items on the payment sheet to the user.

To describe an automatic reload payment, set the summary item values as follows:

- Use the [`amount`](/documentation/PassKit/PKPaymentSummaryItem/amount) property to specify the reload amount when the account balance reaches the threshold amount, [`thresholdAmount`](/documentation/PassKit/PKAutomaticReloadPaymentSummaryItem/thresholdAmount).
- Omit the [`type`](/documentation/PassKit/PKPaymentSummaryItem/type) property. The summary item type is only relevant for the [`PKPaymentSummaryItem`](/documentation/PassKit/PKPaymentSummaryItem) parent class.

## Topics

### Setting the automatic reload threshold

[`thresholdAmount`](/documentation/PassKit/PKAutomaticReloadPaymentSummaryItem/thresholdAmount)

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

## Relationships

### Conforms To

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

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

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

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

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

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

### Inherits From

[`PKPaymentSummaryItem`](/documentation/PassKit/PKPaymentSummaryItem)

---

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)