uploadDebitNoteItems_Pre method

Future<IdentifiersList> uploadDebitNoteItems_Pre(
  1. ServiceCall $call,
  2. Future<IdentifierUUIDWithFile> $request
)

Implementation

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