ParticipantProfilePropertyReferenceResponse

data class ParticipantProfilePropertyReferenceResponse(val interactionPropertyName: String, val profilePropertyName: String)

The participant profile property reference.

Constructors

constructor(interactionPropertyName: String, profilePropertyName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The source interaction property that maps to the target profile property.

Link copied to clipboard

The target profile property that maps to the source interaction property.