---
title: "init(label:amount:)"
framework: passkit
role: symbol
role_heading: Initializer
path: "passkit/pkpaymentsummaryitem/init(label:amount:)"
---

# init(label:amount:)

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

## Declaration

```swift
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

Return Value A summary item with the given label and amount. The resulting item has a PKPaymentSummaryItemType.final type.

## See Also

### Creating  summary items

- [init(label:amount:type:)](passkit/pkpaymentsummaryitem/init(label:amount:type:).md)
