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 |