Values.CustomerSourceAn object that contains the customer's Account and Contact.
type nonrec t = {account : Account.t option;An object that contains the customer's account details.
*)contacts : CustomerContactsList.t option;Represents the contact details for individuals associated with the customer of the Opportunity. This field captures relevant contacts, including decision-makers, influencers, and technical stakeholders within the customer organization. These contacts are key to progressing the opportunity.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of Email.t ]) list ] list
| `Structure of
(string
* [> `Enum of string
| `String of AccountOtherIndustryString.t
| `Structure of
(string
* [> `Enum of string | `String of AddressCityString.t ])
list ])
list ])
list ]