ProductStock

data class ProductStock(val count: Int)

Contains product stock information.

Parameters

count

The amount of product in stock.

Constructors

Link copied to clipboard
constructor(count: Int)

Creates ProductStock instance.

Properties

Link copied to clipboard
val count: Int

Functions

Link copied to clipboard

Queries whether the product is currently in stock.