Skip to main content

Interface: ProductInventory

Defined in: type/ProductInventory.ts:5

Object class for ProductInventory

Properties

balance?

optional balance?: Inventory[]

Defined in: type/ProductInventory.ts:17

Inventory items


localQuantity

localQuantity: number

Defined in: type/ProductInventory.ts:13

Local product quantity


nextDeliveryDate?

optional nextDeliveryDate?: string

Defined in: type/ProductInventory.ts:15

Inventory estimated next delivery date


productId

productId: number

Defined in: type/ProductInventory.ts:7

Inventory product identifier


supplierQuantity

supplierQuantity: number

Defined in: type/ProductInventory.ts:11

Supplier product quantity


totalQuantity

totalQuantity: number

Defined in: type/ProductInventory.ts:9

Total product quantity