---
title: label
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkpaymentsummaryitem/label
---

# label

A short, localized description of the item.

## Declaration

```swift
var label: String { get set }
```

## Discussion

Discussion Provide the label in title case—for example, VAT Tax, Gift Wrap and Card, or Discount. Omit any punctuation and whitespace after the label. The label is formatted for display by the framework.

## See Also

### Describing summary items

- [amount](passkit/pkpaymentsummaryitem/amount.md)
- [type](passkit/pkpaymentsummaryitem/type.md)
- [PKPaymentSummaryItemType](passkit/pkpaymentsummaryitemtype.md)
