Module Values.MatchingRuleSource

Specifies how does the rule-based matching process should match profiles. You can choose from the following attributes to build the matching Rule: AccountNumber Address.Address Address.City Address.Country Address.County Address.PostalCode Address.State Address.Province BirthDate BusinessName EmailAddress FirstName Gender LastName MiddleName PhoneNumber Any customized profile attributes that start with the Attributes

Sourcetype nonrec t = {
  1. rule : MatchingRuleAttributeList.t;
    (*

    A single rule level of the MatchRules. Configures how the rule-based matching process should match profiles.

    *)
}
Sourceval context_ : string
Sourceval make : rule:MatchingRuleAttributeList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String1To255.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t