reorderDebitNoteItems method

ResponseFuture<IdentifierResponse> reorderDebitNoteItems(
  1. ReorderItemsRequest request, {
  2. CallOptions? options,
})

Reorder items in a debit note

Implementation

$grpc.ResponseFuture<$1.IdentifierResponse> reorderDebitNoteItems(
  $1.ReorderItemsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$reorderDebitNoteItems, request, options: options);
}