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