viewAdmittedFromInwardJobFreeIssueMaterial method

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

View admitted inventory from an Inward Job Free Issue Material represented by the Identifier

Implementation

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