Interface CfnPartnership.IOutboundEdiOptionsProperty
A container for outbound EDI options.
Namespace: Amazon.CDK.AWS.B2BI
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnPartnership.IOutboundEdiOptionsProperty
Syntax (vb)
Public Interface CfnPartnership.IOutboundEdiOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.B2BI;
var outboundEdiOptionsProperty = new OutboundEdiOptionsProperty {
X12 = new X12EnvelopeProperty {
Common = new X12OutboundEdiHeadersProperty {
ControlNumbers = new X12ControlNumbersProperty {
StartingFunctionalGroupControlNumber = 123,
StartingInterchangeControlNumber = 123,
StartingTransactionSetControlNumber = 123
},
Delimiters = new X12DelimitersProperty {
ComponentSeparator = "componentSeparator",
DataElementSeparator = "dataElementSeparator",
SegmentTerminator = "segmentTerminator"
},
FunctionalGroupHeaders = new X12FunctionalGroupHeadersProperty {
ApplicationReceiverCode = "applicationReceiverCode",
ApplicationSenderCode = "applicationSenderCode",
ResponsibleAgencyCode = "responsibleAgencyCode"
},
Gs05TimeFormat = "gs05TimeFormat",
InterchangeControlHeaders = new X12InterchangeControlHeadersProperty {
AcknowledgmentRequestedCode = "acknowledgmentRequestedCode",
ReceiverId = "receiverId",
ReceiverIdQualifier = "receiverIdQualifier",
RepetitionSeparator = "repetitionSeparator",
SenderId = "senderId",
SenderIdQualifier = "senderIdQualifier",
UsageIndicatorCode = "usageIndicatorCode"
},
ValidateEdi = false
},
WrapOptions = new WrapOptionsProperty {
LineLength = 123,
LineTerminator = "lineTerminator",
WrapBy = "wrapBy"
}
}
};
Synopsis
Properties
| X12 | A structure that contains an X12 envelope structure. |
Properties
X12
A structure that contains an X12 envelope structure.
object X12 { get; }