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

# summaryItems

An array of payment summary item objects that the framework presents to people.

```
var summaryItems: [PKPaymentSummaryItem] { get set }
```

## Discussion

This array must contain one [`PKPaymentSummaryItem`](/documentation/PassKit/PKPaymentSummaryItem), which contains the amount the individual receives. This may differ from the total amount withdrawn — for example, if the transfer has an associated fee. The framework displays the amount this [`PKPaymentSummaryItem`](/documentation/PassKit/PKPaymentSummaryItem) item represents on the main Apple Pay sheet.

This array may contain up to one [`PKInstantFundsOutFeeSummaryItem`](/documentation/PassKit/PKInstantFundsOutFeeSummaryItem) to represent a fee deducted as part of an instant transfer, if applicable. The framework also presents this fee on the main sheet when you initialize the [`PKDisbursementRequest`](/documentation/PassKit/PKDisbursementRequest) with the [`instantFundsOut`](/documentation/PassKit/PKMerchantCapability/instantFundsOut) capability option.

You can specify other line items (such as fees not associated with an instant transfer) using [`PKPaymentSummaryItem`](/documentation/PassKit/PKPaymentSummaryItem).

If you specify multiple summary items, the last item must represent the total of all previous items.

---

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)