---
title: PKAutomaticReloadPaymentSummaryItem
framework: passkit
role: symbol
role_heading: Class
path: passkit/pkautomaticreloadpaymentsummaryitem
---

# PKAutomaticReloadPaymentSummaryItem

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

## Declaration

```swift
class PKAutomaticReloadPaymentSummaryItem
```

## Overview

Overview PKAutomaticReloadPaymentSummaryItem is a subclass of PKPaymentSummaryItem and inherits all properties of the parent class. Add a summary item of this type to the paymentSummaryItems property of a 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 property to specify the reload amount when the account balance reaches the threshold amount, thresholdAmount. Omit the type property. The summary item type is only relevant for the PKPaymentSummaryItem parent class.

## Topics

### Setting the automatic reload threshold

- [thresholdAmount](passkit/pkautomaticreloadpaymentsummaryitem/thresholdamount.md)

## Relationships

### Inherits From

- [PKPaymentSummaryItem](passkit/pkpaymentsummaryitem.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Setting the payment summary items

- [automaticReloadBilling](passkit/pkautomaticreloadpaymentrequest/automaticreloadbilling.md)
