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