Constructor # new Sell(sellData) Represents a Sell. Parameters: Name Type Description sellData SellData View Source structures/stalks/weeks/Sell.js, line 8 Members Type: number # price Sell price of the turnips. View Source structures/stalks/weeks/Sell.js, line 13 Type: number # quantity Number of turnips sold. View Source structures/stalks/weeks/Sell.js, line 19 Type: number # slots The number of slots that were filled when the sale was made. View Source structures/stalks/weeks/Sell.js, line 25