Values.AccountMetaDataSourceThe meta data information associated with the account.
type nonrec t = {accountName : AccountName.t option;The Amazon Web Services accounts name.
*)address : Address.t option;addressRoleMap : AddressRoleMap.t option;Address roles associated with the account containing country code information.
*)addressType : AddressRoleType.t option;The type of address associated with the legal profile.
*)seller : Seller.t option;Seller information associated with the account.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `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 ]) list ])
list ]