Module jonix.onix3

Class MinimumOrderQuantity

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

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

Minimum qualifying order quantity

The minimum number of copies which must be ordered to obtain the price carried in an occurrence of the <Price> composite. Optional and non-repeating. If the field is present, the price is a quantity price (and only whole multiples of the qualifying quantity may be ordered at that price). If the field is omitted, the price applies to a single unit.

Note the similarity between <MinimumOrderQuantity> and <OrderQuantityMinimum> in P.26.41b: only <MinimumOrderQuantity> has an effect on the specification of <Price>. Use of <MinimumOrderQuantity> is close in effect to a multi-item trade pack (see <ProductComposition>).

Format Positive integer, suggested maximum length 4 digits
Reference name <MinimumOrderQuantity>
Short tag <j263>
Cardinality 0…1
Example <MinimumOrderQuantity>50</MinimumOrderQuantity>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • MinimumOrderQuantity

      public MinimumOrderQuantity()
    • MinimumOrderQuantity

      public MinimumOrderQuantity(Element element)
  • Method Details