module InfoService: sig .. end
val getOperationCount : 'a OCSoap.service -> OCSoap.date -> OCSoap.date -> int64
val getOperationsQuotaThisMonth : 'a OCSoap.service -> int64
val getUsageQuotaThisMonth : 'a OCSoap.service -> int64
val getFreeUsageQuotaThisMonth : 'a OCSoap.service -> int64
val getMethodCost : 'a OCSoap.service -> string -> string -> OCSoap.date -> int32
val getUnitCount : 'a OCSoap.service -> OCSoap.date -> OCSoap.date -> int64
val getUnitCountForMethod : 'a OCSoap.service -> string -> string -> OCSoap.date -> OCSoap.date -> int64