Values_1.RecurringChargeSourceDescribes a recurring charge.
type nonrec t = {amount : Values_0.Double.t option;The amount of the recurring charge.
*)frequency : Values_0.RecurringChargeFrequency.t option;The frequency of the recurring charge.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of Values_0.Double.t | `Enum of string ]) list ]