Values.ProfileSourceThe standard profile of a customer.
type nonrec t = {profileId : Uuid.t option;The unique identifier of a customer profile.
*)accountNumber : SensitiveString1To255.t option;An account number that you have assigned to the customer.
*)additionalInformation : SensitiveString1To1000.t option;Any additional information relevant to the customer’s profile.
*)partyType : PartyType.t option;The type of profile used to describe the customer.
*)businessName : SensitiveString1To255.t option;The name of the customer’s business.
*)firstName : SensitiveString1To255.t option;The customer’s first name.
*)middleName : SensitiveString1To255.t option;The customer’s middle name.
*)lastName : SensitiveString1To255.t option;The customer’s last name.
*)birthDate : SensitiveString1To255.t option;The customer’s birth date.
*)gender : Gender.t option;The gender with which the customer identifies.
*)phoneNumber : SensitiveString1To255.t option;The customer's phone number, which has not been specified as a mobile, home, or business number.
*)mobilePhoneNumber : SensitiveString1To255.t option;The customer’s mobile phone number.
*)homePhoneNumber : SensitiveString1To255.t option;The customer’s home phone number.
*)businessPhoneNumber : SensitiveString1To255.t option;The customer’s home phone number.
*)emailAddress : SensitiveString1To255.t option;The customer’s email address, which has not been specified as a personal or business address.
*)personalEmailAddress : SensitiveString1To255.t option;The customer’s personal email address.
*)businessEmailAddress : SensitiveString1To255.t option;The customer’s business email address.
*)address : Address.t option;A generic address associated with the customer that is not mailing, shipping, or billing.
*)shippingAddress : Address.t option;The customer’s shipping address.
*)mailingAddress : Address.t option;The customer’s mailing address.
*)billingAddress : Address.t option;The customer’s billing address.
*)attributes : Attributes.t option;A key value pair of attributes of a customer profile.
*)foundByItems : FoundByList.t option;A list of items used to find a profile returned in a SearchProfiles response. An item is a key-value(s) pair that matches an attribute in the profile. If the optional AdditionalSearchKeys parameter was included in the SearchProfiles request, the FoundByItems list should be interpreted based on the LogicalOperator used in the request: AND - The profile included in the response matched all of the search keys specified in the request. The FoundByItems will include all of the key-value(s) pairs that were specified in the request (as this is a requirement of AND search logic). OR - The profile included in the response matched at least one of the search keys specified in the request. The FoundByItems will include each of the key-value(s) pairs that the profile was found by. The OR relationship is the default behavior if the LogicalOperator parameter is not included in the SearchProfiles request.
*)partyTypeString : SensitiveString1To255.t option;An alternative to PartyType which accepts any string as input.
*)genderString : SensitiveString1To255.t option;An alternative to Gender which accepts any string as input.
*)profileType : ProfileType.t option;The type of the profile.
*)engagementPreferences : EngagementPreferences.t option;The customer or account’s engagement preferences.
*)}val make :
?profileId:??? ->
?accountNumber:??? ->
?additionalInformation:??? ->
?partyType:??? ->
?businessName:??? ->
?firstName:??? ->
?middleName:??? ->
?lastName:??? ->
?birthDate:??? ->
?gender:??? ->
?phoneNumber:??? ->
?mobilePhoneNumber:??? ->
?homePhoneNumber:??? ->
?businessPhoneNumber:??? ->
?emailAddress:??? ->
?personalEmailAddress:??? ->
?businessEmailAddress:??? ->
?address:??? ->
?shippingAddress:??? ->
?mailingAddress:??? ->
?billingAddress:??? ->
?attributes:??? ->
?foundByItems:??? ->
?partyTypeString:??? ->
?genderString:??? ->
?profileType:??? ->
?engagementPreferences:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of [> `String of String1To255.t ] list
| `String of Name.t ])
list ]
list
| `Map of
([> `String of String1To255.t ] * [> `String of String1To255.t ])
list
| `String of Uuid.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of Name.t ])
list ]
list
| `String of String1To255.t ])
list ])
list ]