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