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