<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKPaymentSummaryItem",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKPaymentSummaryItem"
  },
  "title" : "PKPaymentSummaryItem"
}
-->

# PKPaymentSummaryItem

An object that defines a summary item in a payment request, taxes, discounts, shipping, a grand total, and the like.

```
class PKPaymentSummaryItem
```

## Overview

For shipping cost, use the [`PKShippingMethod`](/documentation/PassKit/PKShippingMethod) subclass.

## Topics

### Creating  summary items

[`init(label:amount:)`](/documentation/PassKit/PKPaymentSummaryItem/init(label:amount:))

Initializes and returns a summary item with the given label and amount.

[`init(label:amount:type:)`](/documentation/PassKit/PKPaymentSummaryItem/init(label:amount:type:))

Initializes and returns a summary item with the given label, amount, and type.

### Describing summary items

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

A short, localized description of the item.

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

The summary item’s amount.

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

The summary item’s type that indicates whether the amount is final.

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

Constants that describe the type of the payment summary item, such as final or pending.



---

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)