Module jonix.common

Class JonixBatchBonus

java.lang.Object
com.tectonica.jonix.common.struct.JonixBatchBonus
All Implemented Interfaces:
JonixStruct, Serializable

public class JonixBatchBonus extends Object implements JonixStruct, Serializable
This class is a JonixStruct that represents both Onix2 <BatchBonus> and Onix3 <BatchBonus>.

It can be retrieved from the composite by invoking its asStruct() method.

See Also:
  • Field Details

    • EMPTY

      public static final JonixBatchBonus EMPTY
    • batchQuantity

      public Integer batchQuantity
      Raw Format: Positive integer, suggested maximum length 4 digits

      (type: dt.PositiveInteger)

    • freeQuantity

      public Integer freeQuantity
      Raw Format: Positive integer, suggested maximum length 4 digits

      (type: dt.PositiveInteger)

  • Constructor Details

    • JonixBatchBonus

      public JonixBatchBonus()