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