addMultipleDebitNoteItems_Pre method
Future<IdentifierResponse>
addMultipleDebitNoteItems_Pre(
- ServiceCall $call,
- Future<
DebitNotesServiceMultipleItemsCreateRequest> $request
Implementation
$async.Future<$1.IdentifierResponse> addMultipleDebitNoteItems_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.DebitNotesServiceMultipleItemsCreateRequest>
$request) async {
return addMultipleDebitNoteItems($call, await $request);
}