You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
ProductFutureStocksList
Representation of a Product Future Stocks List ProductFutureStocksList
export interface ProductFutureStocksList {
'productFutureStocks'?: Array<ProductFutureStocks>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
productFutureStocks | Optional | Array<ProductFutureStocks> | List of product future stocks {Array<ProductFutureStocks>} ProductFutureStocksList |