Values.TimePeriodSourceDefines a time range for spending limits, specifying when the limit is active.
type nonrec t = {startAt : SyntheticTimestamp_epoch_seconds.t;The start date and time for the spending limit period, in epoch seconds.
*)endAt : SyntheticTimestamp_epoch_seconds.t;The end date and time for the spending limit period, in epoch seconds.
*)}val make :
startAt:SyntheticTimestamp_epoch_seconds.t ->
endAt:SyntheticTimestamp_epoch_seconds.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Timestamp of SyntheticTimestamp_epoch_seconds.t ]) list ]