SQ

@Serializable
@SerialName(value = "sQ")
data class SQ(val reorderPoint: Int, val reorderQty: Int) : PolicySpec(source)

Continuous-review reorder-point / reorder-quantity (s, Q): when the inventory position drops to reorderPoint (s), order reorderQty (Q) units.

Constructors

Link copied to clipboard
constructor(reorderPoint: Int, reorderQty: Int)

Properties

Link copied to clipboard
Link copied to clipboard