Module Values.FieldSourceProfileIdsSource

A duplicate customer profile that is to be merged into a main profile.

Sourcetype nonrec t = {
  1. accountNumber : Uuid.t option;
    (*

    A unique identifier for the account number field to be merged.

    *)
  2. additionalInformation : Uuid.t option;
    (*

    A unique identifier for the additional information field to be merged.

    *)
  3. partyType : Uuid.t option;
    (*

    A unique identifier for the party type field to be merged.

    *)
  4. businessName : Uuid.t option;
    (*

    A unique identifier for the business name field to be merged.

    *)
  5. firstName : Uuid.t option;
    (*

    A unique identifier for the first name field to be merged.

    *)
  6. middleName : Uuid.t option;
    (*

    A unique identifier for the middle name field to be merged.

    *)
  7. lastName : Uuid.t option;
    (*

    A unique identifier for the last name field to be merged.

    *)
  8. birthDate : Uuid.t option;
    (*

    A unique identifier for the birthdate field to be merged.

    *)
  9. gender : Uuid.t option;
    (*

    A unique identifier for the gender field to be merged.

    *)
  10. phoneNumber : Uuid.t option;
    (*

    A unique identifier for the phone number field to be merged.

    *)
  11. mobilePhoneNumber : Uuid.t option;
    (*

    A unique identifier for the mobile phone number field to be merged.

    *)
  12. homePhoneNumber : Uuid.t option;
    (*

    A unique identifier for the home phone number field to be merged.

    *)
  13. businessPhoneNumber : Uuid.t option;
    (*

    A unique identifier for the business phone number field to be merged.

    *)
  14. emailAddress : Uuid.t option;
    (*

    A unique identifier for the email address field to be merged.

    *)
  15. personalEmailAddress : Uuid.t option;
    (*

    A unique identifier for the personal email address field to be merged.

    *)
  16. businessEmailAddress : Uuid.t option;
    (*

    A unique identifier for the party type field to be merged.

    *)
  17. address : Uuid.t option;
    (*

    A unique identifier for the party type field to be merged.

    *)
  18. shippingAddress : Uuid.t option;
    (*

    A unique identifier for the shipping address field to be merged.

    *)
  19. mailingAddress : Uuid.t option;
    (*

    A unique identifier for the mailing address field to be merged.

    *)
  20. billingAddress : Uuid.t option;
    (*

    A unique identifier for the billing type field to be merged.

    *)
  21. attributes : AttributeSourceIdMap.t option;
    (*

    A unique identifier for the attributes field to be merged.

    *)
  22. profileType : Uuid.t option;
    (*

    A unique identifier for the profile type field to be merged.

    *)
  23. engagementPreferences : Uuid.t option;
    (*

    A unique identifier for the engagement preferences field to be merged.

    *)
}
Sourceval make : ?accountNumber:??? -> ?additionalInformation:??? -> ?partyType:??? -> ?businessName:??? -> ?firstName:??? -> ?middleName:??? -> ?lastName:??? -> ?birthDate:??? -> ?gender:??? -> ?phoneNumber:??? -> ?mobilePhoneNumber:??? -> ?homePhoneNumber:??? -> ?businessPhoneNumber:??? -> ?emailAddress:??? -> ?personalEmailAddress:??? -> ?businessEmailAddress:??? -> ?address:??? -> ?shippingAddress:??? -> ?mailingAddress:??? -> ?billingAddress:??? -> ?attributes:??? -> ?profileType:??? -> ?engagementPreferences:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of String1To255.t ] * [> `String of Uuid.t ]) list | `String of Uuid.t ]) 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