viewDebitNoteItemHistory method

ResponseFuture<DebitNoteItemsList> viewDebitNoteItemHistory(
  1. DebitNoteItemHistoryRequest request, {
  2. CallOptions? options,
})

View the history of the debit note item

Implementation

$grpc.ResponseFuture<$0.DebitNoteItemsList> viewDebitNoteItemHistory(
  $0.DebitNoteItemHistoryRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$viewDebitNoteItemHistory, request,
      options: options);
}