Contents

PKAutomaticReloadPaymentSummaryItem

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

Declaration

class PKAutomaticReloadPaymentSummaryItem

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

See Also

Setting the payment summary items