<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ProximityReader",
  "identifier" : "/documentation/ProximityReader/CustomerEngagement/CustomerInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ProximityReader"
    ],
    "preciseIdentifier" : "s:15ProximityReader18CustomerEngagementO0C4InfoV"
  },
  "title" : "CustomerEngagement.CustomerInfo"
}
-->

# CustomerEngagement.CustomerInfo

A response structure that describes customer information.

```
struct CustomerInfo
```

## Overview

If none of the customer information is available, this structure can return with all the values being nil

Contact information and Wallet pass data shared by a customer during an engagement session.

You receive a `CustomerInfo` value when                    [`requestCustomerInfo(for:fields:message:)`](/documentation/ProximityReader/CustomerEngagementSession/requestCustomerInfo(for:fields:message:)) successfully completes. Each property is non`nil` only if you included the corresponding [`CustomerEngagementSession.Field`](/documentation/ProximityReader/CustomerEngagementSession/Field) in the request and the customer chose to share it.

## Topics

### Getting customer information details

[`let barcodeMessage: String?`](/documentation/ProximityReader/CustomerEngagement/CustomerInfo/barcodeMessage)

A message for the barcode.

[`let customerVASData: Data?`](/documentation/ProximityReader/CustomerEngagement/CustomerInfo/customerVASData)

The encrypted VAS content of a selected Wallet pass.

[`let emailAddress: String?`](/documentation/ProximityReader/CustomerEngagement/CustomerInfo/emailAddress)

The customer’s email address or Hide My Email address if supported.

[`let phoneNumber: CNPhoneNumber?`](/documentation/ProximityReader/CustomerEngagement/CustomerInfo/phoneNumber)

The customer’s phone number, if provided.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

---

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)