viewReturnedStatistics method
ResponseFuture<DebitNoteReturnStatisticsList>
viewReturnedStatistics(
- IdentifierUUID request, {
- 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);
}