| OrderMultiple Property | |
| See Also |
Sets or returns the multiple quantity in addition to the minimum quantity of items in a single order.
Read-write property
| Visual Basic |
|---|
Public Property OrderMultiple() As Double |
For example: If the minimum order quantity is 1000 items and multiple quantity is 500 items, then the allowed quantity in a single order can be: 1000, 1500, 2000, and so on.