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

# CustomerEngagement.Address

A customer’s address collected during a customer engagement session.

```
struct Address
```

## Topics

### Getting customer details

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

The customer’s email address.

[`let name: PersonNameComponents`](/documentation/ProximityReader/CustomerEngagement/Address/name)

The customer’s full name.

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

The customer’s phone number.

[`let postalAddress: CNPostalAddress`](/documentation/ProximityReader/CustomerEngagement/Address/postalAddress)

The customer’s postal address.

## Relationships

### Conforms To

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

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

---

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)