<!--
{
  "availability" : [
    "iOS: 10.1.0 -",
    "iPadOS: 10.1.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKLabeledValue",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKLabeledValue"
  },
  "title" : "PKLabeledValue"
}
-->

# PKLabeledValue

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

```
class PKLabeledValue
```

## Overview

See [`cardDetails`](/documentation/PassKit/PKAddPaymentPassRequestConfiguration/cardDetails).

## Topics

### Creating a labeled value

[`init(label:value:)`](/documentation/PassKit/PKLabeledValue/init(label:value:))

Instantiates a new labeled value object with the specified label and value strings.

### Labeled value properties

[`label`](/documentation/PassKit/PKLabeledValue/label)

A string that contains the label for the value.

[`value`](/documentation/PassKit/PKLabeledValue/value)

A string that contains the value associated with a label.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)