modifyDebitNoteItem_Pre method

Future<IdentifierResponse> modifyDebitNoteItem_Pre(
  1. ServiceCall $call,
  2. Future<DebitNotesServiceItemUpdateRequest> $request
)

Implementation

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