Values.RecurringChargeSourceSpecifies whether charges for devices are recurring.
type nonrec t = {cost : MonetaryAmount.t option;The cost of the recurring charge.
*)frequency : RecurringChargeFrequency.t option;The frequency in which charges recur.
*)}