Values.AmountBreakdownSourceDetails about how the total amount was calculated and categorized.
type nonrec t = {subTotalAmount : BasicString.t option;The total of a set of the breakdown.
*)discounts : DiscountsBreakdown.t option;The discounted amount.
*)taxes : TaxesBreakdown.t option;The tax amount.
*)fees : FeesBreakdown.t option;The fee amount.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of BasicString.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of BasicString.t ]) list ]
list
| `String of BasicString.t ])
list ])
list ]