uploadDebitNoteItems_Pre method
Future<IdentifiersList>
uploadDebitNoteItems_Pre(
- ServiceCall $call,
- Future<
IdentifierUUIDWithFile> $request
Implementation
$async.Future<$1.IdentifiersList> uploadDebitNoteItems_Pre(
$grpc.ServiceCall $call,
$async.Future<$1.IdentifierUUIDWithFile> $request) async {
return uploadDebitNoteItems($call, await $request);
}