vending_product

Datum used to hold information about a product in a vending machine
Vars | |
| amount | How many of this product we currently have |
|---|---|
| max_amount | How many we can store at maximum |
| price | Price to buy one |
| product_path | Typepath of the product that is created when this record "sells" |
Var Details
amount

How many of this product we currently have
max_amount

How many we can store at maximum
price

Price to buy one
product_path

Typepath of the product that is created when this record "sells"