Module jonix.onix3

Class PricePartDescription

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

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

Price part description

A name or description which identifies a part of the product price that is subject to the relevant tax, for example a product part that may be taxed with a particular tax rate or amount (separately from other components), or a levy added to a product price that is itself subject to tax. Optional, and repeatable to provide parallel descriptive text in multiple languages. The language attribute is optional for a single instance of <PricePartDescription>, but must be included in each instance if <PricePartDescription> is repeated.

Format Variable length text, suggested maximum length 100 characters
Reference name <PricePartDescription>
Short tag <x535>
Cardinality 0…n
Attributes language
Example <x535 language="fre">Eco-mobilier</x535>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.04
See Also:
  • Field Details

  • Constructor Details

    • PricePartDescription

      public PricePartDescription()
    • PricePartDescription

      public PricePartDescription(Element element)
  • Method Details