Alokai
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

NameRequiredTypeDescription
productFutureStocksOptionalArray<ProductFutureStocks>List of product future stocks {Array<ProductFutureStocks>} ProductFutureStocksList

Referenced Types

On this page