accruedValue method
ResponseFuture<SumResponse>
accruedValue(
- DebitNotesServiceCountReq request, {
- 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);
}