viewAdmittedFromProductionPlan method
ResponseFuture<GenericInventoryList>
viewAdmittedFromProductionPlan(
- Identifier request, {
- CallOptions? options,
View admitted inventory from a Production Plan represented by the Identifier
Implementation
$grpc.ResponseFuture<$0.GenericInventoryList> viewAdmittedFromProductionPlan(
$1.Identifier request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$viewAdmittedFromProductionPlan, request,
options: options);
}