CustomerIdentifiers

data class CustomerIdentifiers(val email: CustomerIdentifier?, val mobile: CustomerIdentifier?)

Data class representing Customer identifiers. Based on brand configurations, at least one identifier must be provided in the request.

Constructors

Link copied to clipboard
constructor(email: CustomerIdentifier?, mobile: CustomerIdentifier?)

Properties

Link copied to clipboard

The email identifier of the customer.

Link copied to clipboard

The mobile identifier of the customer.