approveDebitNoteItem_Pre method
Future<IdentifierResponse>
approveDebitNoteItem_Pre(
- ServiceCall $call,
- Future<
IdentifierWithUserComment> $request
Implementation
$async.Future<$1.IdentifierResponse> approveDebitNoteItem_Pre(
$grpc.ServiceCall $call,
$async.Future<$1.IdentifierWithUserComment> $request) async {
return approveDebitNoteItem($call, await $request);
}