accruedValue method

ResponseFuture<SumResponse> accruedValue(
  1. DebitNotesServiceCountReq request, {
  2. CallOptions? options,
})

Returns the sum of the total value of all the records that match the given criteria

Implementation

$grpc.ResponseFuture<$1.SumResponse> accruedValue(
  $0.DebitNotesServiceCountReq request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$accruedValue, request, options: options);
}