<!--
{
  "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/init(label:amount:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKPaymentSummaryItem(cm)summaryItemWithLabel:amount:"
  },
  "title" : "init(label:amount:)"
}
-->

# init(label:amount:)

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

```
convenience init(label: String, amount: NSDecimalNumber)
```

## Parameters

`label`

A short, localized description of the summary item.

`amount`

The amount associated with the summary item.

## Return Value

A summary item with the given label and amount. The resulting item has a [`PKPaymentSummaryItemType.final`](/documentation/PassKit/PKPaymentSummaryItemType/final) type.

## Discussion

---

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)