Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

ProductFutureStocks

Representation of a Product Future Stocks ProductFutureStocks

export interface ProductFutureStocks {
	'futureStocks'?: Array<FutureStock>;
	'productCode'?: string;
}

Properties

NameRequiredTypeDescription
futureStocksOptionalArray<FutureStock>List of future stocks {Array<FutureStock>} ProductFutureStocks
productCodeOptionalstringProduct identifier {string} ProductFutureStocks

Referenced Types

On this page