SS

@Serializable
@SerialName(value = "sS")
data class SS(val reorderPoint: Int, val orderUpToLevel: Int) : PolicySpec(source)

Continuous-review reorder-point / order-up-to-level (s, S): when the inventory position drops to reorderPoint (s), order up to orderUpToLevel (S).

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard