CapabilitySummary

Returns the capability summary details. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.

Types

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

Properties

Link copied to clipboard

Returns a system-assigned unique identifier for the capability.

Link copied to clipboard

Returns a timestamp for creation date and time of the capability.

Link copied to clipboard

Returns a timestamp that identifies the most recent date and time that the capability was modified.

Link copied to clipboard

The display name of the capability.

Link copied to clipboard

Returns the type of the capability. Currently, only edi is supported.

Functions

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