viewIssuedForGoodsDispatch method

ResponseFuture<GenericInventoryList> viewIssuedForGoodsDispatch(
  1. Identifier request, {
  2. CallOptions? options,
})

View issued inventory for a Goods Dispatch represented by the Identifier

Implementation

$grpc.ResponseFuture<$0.GenericInventoryList> viewIssuedForGoodsDispatch(
  $1.Identifier request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$viewIssuedForGoodsDispatch, request,
      options: options);
}