viewIssuedForGoodsDispatch method
ResponseFuture<GenericInventoryList>
viewIssuedForGoodsDispatch(
- Identifier request, {
- 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);
}