Values.MonetaryAmountSourceThe monetary amount of the credit.
type nonrec t = {amount : GenericDouble.t option;The aggregated monetary amount of credits earned.
*)unit : CurrencyCode.t option;The unit that the monetary amount is given in.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of GenericDouble.t | `Enum of string ]) list ]