InventoryRecord
ZEPETO.Inventory.InventoryRecord
Inventory product information.
Hierarchy
↳
InventoryRecord
Constructors
constructor
• new InventoryRecord()
Overrides
System.Object.constructor
Properties
createdAt
• createdAt: Date
Date and time when the product was added to the inventory.
productId
• productId: string
Product ID.
quantity
• quantity: bigint
Quantity of the product.
updatedAt
• updatedAt: Date
Date and time when the product information was last updated.