---
title: PKLabeledValue
framework: passkit
role: symbol
role_heading: Class
path: passkit/pklabeledvalue
---

# PKLabeledValue

An object that can represent a detail about a payment card or other item.

## Declaration

```swift
class PKLabeledValue
```

## Overview

Overview See cardDetails.

## Topics

### Creating a labeled value

- [init(label:value:)](passkit/pklabeledvalue/init(label:value:).md)

### Labeled value properties

- [label](passkit/pklabeledvalue/label.md)
- [value](passkit/pklabeledvalue/value.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Common data types

- [PKObject](passkit/pkobject.md)
- [PKAddPassButton](passkit/pkaddpassbutton.md)
- [AddPassToWalletButton](passkit/addpasstowalletbutton.md)
- [AddPassToWalletButtonFilter](passkit/addpasstowalletbuttonfilter.md)
- [AddPassToWalletButtonResponse](passkit/addpasstowalletbuttonresponse.md)
- [AddPassToWalletButtonStyle](passkit/addpasstowalletbuttonstyle.md)
