Module jonix.onix3

Class DiscountCodeTypeName

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

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

Discount code type name

A name which identifies a proprietary discount code. Must be used when, and only when the code in the <DiscountCodeType> element indicates a proprietary scheme, eg a wholesaler’s own code. Optional and non-repeating.

Format Variable length text, suggested maximum length 100 characters
Reference name <DiscountCodeTypeName>
Short tag <j378>
Cardinality 0…1
Attributes language
Example <j378>IngramDC</j378>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • DiscountCodeTypeName

      public DiscountCodeTypeName()
    • DiscountCodeTypeName

      public DiscountCodeTypeName(Element element)
  • Method Details