viewPaginatedUnapprovedDebitNoteItems_Pre method

Future<DebitNotesServicePaginatedItemsResponse> viewPaginatedUnapprovedDebitNoteItems_Pre(
  1. ServiceCall $call,
  2. Future<DebitNoteItemsSearchRequest> $request
)

Implementation

$async.Future<$0.DebitNotesServicePaginatedItemsResponse>
    viewPaginatedUnapprovedDebitNoteItems_Pre($grpc.ServiceCall $call,
        $async.Future<$0.DebitNoteItemsSearchRequest> $request) async {
  return viewPaginatedUnapprovedDebitNoteItems($call, await $request);
}