Module Values.TotalSource

Contains the total usage with the corresponding currency unit for that value.

Sourcetype nonrec t = {
  1. amount : String_.t option;
    (*

    The total usage.

    *)
  2. unit : String_.t option;
    (*

    The currency unit that the amount is given in.

    *)
}
Sourceval make : ?amount:??? -> ?unit:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t