Module jonix.onix3

Class PriceTypeDescription

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

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

Price type description

Free text which further describes the price type, qualifier, constraints and other parameters of the price. Optional, and repeatable if parallel descriptions are provided in multiple languages. The language attribute is optional for a single instance of <PriceTypeDescription>, but must be included in each instance if <PriceTypeDescription> is repeated in multiple languages. In the Netherlands and elsewhere, when the <PriceQualifier> code identifies a ‘voucher price’, the <PriceTypeDescription> should give the ‘EAN action number’ that identifies the offer.

Format Variable length text, suggested maximum length 200 characters
Reference name <PriceTypeDescription>
Short tag <j262>
Cardinality 0…n
Attributes language
Example <j262>When purchased as part of a three-item set with…</j262>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • PriceTypeDescription

      public PriceTypeDescription()
    • PriceTypeDescription

      public PriceTypeDescription(Element element)
  • Method Details