X12Delimiters

In X12 EDI messages, delimiters are used to mark the end of segments or elements, and are defined in the interchange control header. The delimiters are part of the message's syntax and divide up its different elements.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The component, or sub-element, separator. The default value is : (colon).

Link copied to clipboard

The data element separator. The default value is * (asterisk).

Link copied to clipboard

The segment terminator. The default value is ~ (tilde).

Functions

Link copied to clipboard
inline fun copy(block: X12Delimiters.Builder.() -> Unit = {}): X12Delimiters
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String