Module jonix.onix3

Class PriceCodeTypeName

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

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

Price code type name

A name which identifies a proprietary price code type. Must be used when, and only when the code in the <PriceCodeType> element indicates a proprietary scheme, eg a retailer’s price banding scheme. Optional and non-repeating.

Format Variable length text, suggested maximum length 100 characters
Reference name <PriceCodeTypeName>
Short tag <x477>
Cardinality 0…1
Attributes language
Example <x477>Retailer Inc. Ebook Tier Number</x477>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • PriceCodeTypeName

      public PriceCodeTypeName()
    • PriceCodeTypeName

      public PriceCodeTypeName(Element element)
  • Method Details