ConversionTarget

Provide a sample of what the output of the transformation should look like.

Types

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

Properties

Link copied to clipboard

A structure that contains advanced options for EDI processing. Currently, only X12 advanced options are supported.

Link copied to clipboard

Currently, only X12 format is supported.

Link copied to clipboard

A structure that contains the formatting details for the conversion target.

Link copied to clipboard

Customer uses this to provide a sample on what should file look like after conversion X12 EDI use case around this would be discovering the file syntax

Functions

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