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