getBatchUsage abstract method

Future<Sub2ApiAdminAccountBatchUsage> getBatchUsage(
  1. List<int> accountIds, {
  2. bool force = false,
  3. Sub2ApiRequestOptions? requestOptions,
})

Implementation

Future<Sub2ApiAdminAccountBatchUsage> getBatchUsage(
  List<int> accountIds, {
  bool force = false,
  Sub2ApiRequestOptions? requestOptions,
});