Module Values.AccountDetailsSource

Sourcetype nonrec t = AccountDetail.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : AccountDetail.t list -> [> `List of [> `Structure of (string * [> `String of AccountId.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> AccountDetail.t list
Sourceval of_json : [> Yojson.Safe.t ] -> AccountDetail.t list
Sourceval to_json : AccountDetail.t list -> Yojson.Safe.t