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

# type

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

## Declaration

```swift
var type: PKPaymentSummaryItemType { get set }
```

## Discussion

Discussion This property defaults to a PKPaymentSummaryItemType.final type. See PKPaymentSummaryItemType for other values.

## See Also

### Describing summary items

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