Alokai

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