Values.TaxesBreakdownSourceThe details of the taxes.
type nonrec t = {breakdown : TaxesBreakdownAmountList.t option;A list of tax information.
*)totalAmount : BasicString.t option;The total amount for your taxes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of BasicString.t ]) list ]
list
| `String of BasicString.t ])
list ]