X12OneWayAgreementArgs

data class X12OneWayAgreementArgs(val protocolSettings: Output<X12ProtocolSettingsArgs>, val receiverBusinessIdentity: Output<BusinessIdentityArgs>, val senderBusinessIdentity: Output<BusinessIdentityArgs>) : ConvertibleToJava<X12OneWayAgreementArgs>

The X12 one-way agreement.

Constructors

Link copied to clipboard
constructor(protocolSettings: Output<X12ProtocolSettingsArgs>, receiverBusinessIdentity: Output<BusinessIdentityArgs>, senderBusinessIdentity: Output<BusinessIdentityArgs>)

Properties

Link copied to clipboard

The X12 protocol settings.

Link copied to clipboard

The receiver business identity

Link copied to clipboard

The sender business identity

Functions

Link copied to clipboard
open override fun toJava(): X12OneWayAgreementArgs