UNA object is only used as part of the EdifactInterchange object when at least one delimiter is different than the default. This segment defines the characters selected for use as delimiters and indicators in the rest of the interchange.
Example
{
"ComponentDataElement": ":",
"DataElement": "|",
"DecimalNotation": ".",
"ReleaseIndicator": "?",
"Reserved": " ",
"Segment": "'"
}
Attributes
ComponentDataElement string
Component data element separator.
DataElement string
Data element separator.
DecimalNotation string
Decimal notation. Comma or full stop.
ReleaseIndicator string
Release indicator. If not used, insert space character.
Reserved string
Reserved for future use. Insert space character.
Segment string
Segment terminator.