Module jonix.onix3

Class OrderQuantityMinimum

java.lang.Object
com.tectonica.jonix.onix3.OrderQuantityMinimum
All Implemented Interfaces:
OnixElement<Integer>, OnixTag, Serializable

public class OrderQuantityMinimum extends Object implements OnixElement<Integer>, Serializable

Minimum order quantity

The minimum quantity of the product that may be ordered in a single order placed with the supplier. Optional. If omitted, any number may be ordered.

If supplied without a succeeding Minimum initial order quantity, the Minimum order quantity applies to all orders for the product. If followed by a Minimum initial order quantity, the Minimum order quantity applies to the second and subsequent orders for the product.

Format Positive integer, suggested maximum length 4 digits
Reference name <OrderQuantityMinimum>
Short tag <x532>
Cardinality 0…1
Example <x532>6</x532>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.03
See Also:
  • Field Details

  • Constructor Details

    • OrderQuantityMinimum

      public OrderQuantityMinimum()
    • OrderQuantityMinimum

      public OrderQuantityMinimum(Element element)
  • Method Details