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

# amount

The summary item’s amount.

## Declaration

```swift
@NSCopying var amount: NSDecimalNumber { get set }
```

## Discussion

Discussion The amount’s currency is specified at the payment level by setting a value for the currencyCode property on PKPaymentRequest.

## See Also

### Describing summary items

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