Contents

CustomerEngagement.CustomerInfo

A response structure that describes customer information.

Declaration

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:) successfully completes. Each property is nonnil only if you included the corresponding CustomerEngagementSession.Field in the request and the customer chose to share it.

Topics

Getting customer information details

See Also

Getting customer information