---
title: PKPaymentSummaryItemType
framework: passkit
role: symbol
role_heading: Enumeration
path: passkit/pkpaymentsummaryitemtype
---

# PKPaymentSummaryItemType

Constants that describe the type of the payment summary item, such as final or pending.

## Declaration

```swift
enum PKPaymentSummaryItemType
```

## Topics

### Payment summary item types

- [PKPaymentSummaryItemType.final](passkit/pkpaymentsummaryitemtype/final.md)
- [PKPaymentSummaryItemType.pending](passkit/pkpaymentsummaryitemtype/pending.md)

### Initializers

- [init(rawValue:)](passkit/pkpaymentsummaryitemtype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Describing summary items

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