X12FramingSettings interface 
The X12 agreement framing settings.
Properties
| character | 
	The X12 character set.  | 
| component | 
	The component separator.  | 
| data | 
	The data element separator.  | 
| replace | 
	The replacement character.  | 
| replace | 
	The value indicating whether to replace separators in payload.  | 
| segment | 
	The segment terminator.  | 
| segment | 
	The segment terminator suffix.  | 
Property Details
		characterSet
	 
	The X12 character set.
characterSet: string
				Property Value
string
		componentSeparator
	 
	The component separator.
componentSeparator: number
				Property Value
number
		dataElementSeparator
	  
	The data element separator.
dataElementSeparator: number
				Property Value
number
		replaceCharacter
	 
	The replacement character.
replaceCharacter: number
				Property Value
number
		replaceSeparatorsInPayload
	  
	The value indicating whether to replace separators in payload.
replaceSeparatorsInPayload: boolean
				Property Value
boolean
		segmentTerminator
	 
	The segment terminator.
segmentTerminator: number
				Property Value
number
		segmentTerminatorSuffix
	  
	The segment terminator suffix.
segmentTerminatorSuffix: SegmentTerminatorSuffix