Module jonix.onix3

Class DefaultCurrencyCode

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

@Deprecated public class DefaultCurrencyCode extends Object implements OnixElement<CurrencyCodes>, Serializable
Deprecated.

Default currency

An ONIX code indicating the default currency which is assumed for prices of products listed in the message, unless the Currency code is explicitly stated by sending a Currency code in each <Price> composite for each Product record. Optional and non-repeating. To avoid any possible ambiguity, use of this default is deprecated, but any default supplied will be assumed for all prices in Group P.26 which do not specify the Currency code explicitly. It is strongly recommended that the Currency code should be specified in the <Price> composite for each individual price.

Format Fixed length, three letters, based on ISO 4217. Note that ISO 4217 specifies that currency codes shall be sent as upper case only
Codelist List 96
Reference name <DefaultCurrencyCode>
Short tag <m186>
Cardinality 0…1
Example <DefaultCurrencyCode>USD</DefaultCurrencyCode>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • DefaultCurrencyCode

      public DefaultCurrencyCode()
      Deprecated.
    • DefaultCurrencyCode

      public DefaultCurrencyCode(Element element)
      Deprecated.
  • Method Details