Values.AccountDetailsSourceAn object with your accountId and TRN information.
type nonrec t = {accountId : AccountId.t option;List of unique account identifiers.
*)accountMetaData : AccountMetaData.t option;The meta data information associated with the account.
*)taxInheritanceDetails : TaxInheritanceDetails.t option;Tax inheritance information associated with the account.
*)taxRegistration : TaxRegistrationWithJurisdiction.t option;Your TRN information. Instead of having full legal address, here TRN information will have jurisdiction details (for example, country code and state/region/province if applicable).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AccountId.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of TaxDocumentAccessToken.t ]) list ]
list
| `Map of
([> `Enum of string ]
* [> `Structure of
(string * [> `String of CountryCode.t ]) list ])
list
| `String of AccountName.t
| `Structure of
(string
* [> `String of AddressLine1.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `Enum of string ] list
| `String of CcmCode.t ])
list ])
list ])
list ])
list ]