CreateTransformerRequest

Types

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

Properties

Link copied to clipboard

Reserved for future use.

Link copied to clipboard

Specifies the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.

Link copied to clipboard

Specifies that the currently supported file formats for EDI transformations are JSON and XML.

Link copied to clipboard

Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.

Link copied to clipboard
val name: String?

Specifies the name of the transformer, used to identify it.

Link copied to clipboard

Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.

Link copied to clipboard
val tags: List<Tag>?

Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.

Functions

Link copied to clipboard
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