Relationship Type Field Mapping Response
data class RelationshipTypeFieldMappingResponse(val profileFieldName: String, val relatedProfileKeyProperty: String)
Map a field of profile to its corresponding StrongId in Related Profile.
Constructors
Link copied to clipboard
fun RelationshipTypeFieldMappingResponse(profileFieldName: String, relatedProfileKeyProperty: String)