Module jonix.onix2

Class DiscountPercent

java.lang.Object
com.tectonica.jonix.onix2.DiscountPercent
All Implemented Interfaces:
OnixElement<String>, OnixTag, Serializable

public class DiscountPercent extends Object implements OnixElement<String>, Serializable

Discount percentage

The supplier’s discount percentage applicable to the price carried in an occurrence of the <Price> composite. Optional and non-repeating. Use only when an ONIX message is sent within the context of a specific trading relationship.

Format Variable-length numeric, including decimal point if required, suggested maximum length 6 characters
Reference name <DiscountPercent>
Short tag <j267>
Example <DiscountPercent>37.5</DiscountPercent>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • DiscountPercent

      public DiscountPercent()
    • DiscountPercent

      public DiscountPercent(Element element)
  • Method Details