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

# CustomerEngagement.SignUp

Contact information and marketing consent selections a customer provides during a sign-up request.

```
struct SignUp
```

## Overview

You receive a `SignUp` value when [`requestSignup(for:fields:message:emailConsent:smsConsent:termsAndConditions:)`](/documentation/ProximityReader/CustomerEngagementSession/requestSignup(for:fields:message:emailConsent:smsConsent:termsAndConditions:)) completes successfully. The [`name`](/documentation/ProximityReader/CustomerEngagement/SignUp/name), [`phoneNumber`](/documentation/ProximityReader/CustomerEngagement/SignUp/phoneNumber), and [`emailAddress`](/documentation/ProximityReader/CustomerEngagement/SignUp/emailAddress) properties are 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 sign-up details

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

The customer’s email address

[`let emailOptInSelection: Bool`](/documentation/ProximityReader/CustomerEngagement/SignUp/emailOptInSelection)

A Boolean value that indicates if the customer opted-in to email marketing.

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

The customer’s full name.

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

The customer’s phone number.

[`let smsOptInSelection: Bool`](/documentation/ProximityReader/CustomerEngagement/SignUp/smsOptInSelection)

A Boolean value that indicates if the customer opted-in to SMS marketing.

## 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)