OutputConversion

Contains the formatting options for an outbound transformer (takes JSON or XML as input and converts it to an EDI document (currently only X12 format is supported).

Types

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

Properties

Link copied to clipboard

A structure that contains the X12 transaction set and version for the transformer output.

Link copied to clipboard

The format for the output from an outbound transformer: only X12 is currently supported.

Functions

Link copied to clipboard
inline fun copy(block: OutputConversion.Builder.() -> Unit = {}): OutputConversion
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