reorderDebitNoteItems_Pre method
Future<IdentifierResponse>
reorderDebitNoteItems_Pre(
- ServiceCall $call,
- Future<
ReorderItemsRequest> $request
Implementation
$async.Future<$1.IdentifierResponse> reorderDebitNoteItems_Pre(
$grpc.ServiceCall $call,
$async.Future<$1.ReorderItemsRequest> $request) async {
return reorderDebitNoteItems($call, await $request);
}