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

Stock

Representation of a Stock Stock

export interface Stock {
	'isValueRounded'?: boolean;
	'stockLevel'?: number;
	'stockLevelStatus'?: string;
}

Properties

NameRequiredTypeDescription
isValueRoundedOptionalbooleanIndicate whether Stock level value is rounded {boolean} Stock
stockLevelOptionalnumberStock level expressed as number {number} Stock
stockLevelStatusOptionalstringStatus of stock level {string} Stock

On this page