X12SchemaReferenceResponse

data class X12SchemaReferenceResponse(val messageId: String, val schemaName: String, val schemaVersion: String, val senderApplicationId: String? = null)

The X12 schema reference.

Constructors

Link copied to clipboard
constructor(messageId: String, schemaName: String, schemaVersion: String, senderApplicationId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The message id.

Link copied to clipboard

The schema name.

Link copied to clipboard

The schema version.

Link copied to clipboard

The sender application id.