viewApprovedDebitNoteItems_Pre method
Future<DebitNoteItemsList>
viewApprovedDebitNoteItems_Pre(
- ServiceCall $call,
- Future<
IdentifierWithSearchKey> $request
Implementation
$async.Future<$0.DebitNoteItemsList> viewApprovedDebitNoteItems_Pre(
$grpc.ServiceCall $call,
$async.Future<$1.IdentifierWithSearchKey> $request) async {
return viewApprovedDebitNoteItems($call, await $request);
}