viewReturnedStatistics method

ResponseFuture<DebitNoteReturnStatisticsList> viewReturnedStatistics(
  1. IdentifierUUID request, {
  2. CallOptions? options,
})

View returned (purchase return) statistics of the debit note

Implementation

$grpc.ResponseFuture<$0.DebitNoteReturnStatisticsList> viewReturnedStatistics(
  $1.IdentifierUUID request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$viewReturnedStatistics, request,
      options: options);
}