Values.FeesBreakdownSourceThe details of fees.
type nonrec t = {breakdown : FeesBreakdownAmountList.t option;The list of fees information.
*)totalAmount : BasicString.t option;The total amount of fees.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of BasicString.t ]) list ]
list
| `String of BasicString.t ])
list ]