Signature:
export declare class Stock extends PoqContract
Extends: PoqContract
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the Stock class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| available | boolean | undefined | ||
| leadTime | string | undefined | ||
| lowOnStock | boolean | undefined | ||
| maxOrderableQuantity | number | undefined | ||
| quantity | number | undefined |