DomainRuleBasedMatchingAttributeTypesSelector

data class DomainRuleBasedMatchingAttributeTypesSelector(val addresses: List<String>? = null, val attributeMatchingModel: String, val emailAddresses: List<String>? = null, val phoneNumbers: List<String>? = null)

Constructors

constructor(addresses: List<String>? = null, attributeMatchingModel: String, emailAddresses: List<String>? = null, phoneNumbers: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addresses: List<String>? = null

The Address type. You can choose from Address, BusinessAddress, MaillingAddress, and ShippingAddress.

Link copied to clipboard

Configures the AttributeMatchingModel, you can either choose ONE_TO_ONE or MANY_TO_MANY.

Link copied to clipboard
val emailAddresses: List<String>? = null

The Email type. You can choose from EmailAddress, BusinessEmailAddress and PersonalEmailAddress.

Link copied to clipboard
val phoneNumbers: List<String>? = null

The PhoneNumber type. You can choose from PhoneNumber, HomePhoneNumber, and MobilePhoneNumber.