Show / Hide Table of Contents

Interface CfnPartnership.IX12FunctionalGroupHeadersProperty

Part of the X12 message structure.

Namespace: Amazon.CDK.AWS.B2BI
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnPartnership.IX12FunctionalGroupHeadersProperty
Syntax (vb)
Public Interface CfnPartnership.IX12FunctionalGroupHeadersProperty
Remarks

These are the functional group headers for the X12 EDI object.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12functionalgroupheaders.html

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 x12FunctionalGroupHeadersProperty = new X12FunctionalGroupHeadersProperty {
                 ApplicationReceiverCode = "applicationReceiverCode",
                 ApplicationSenderCode = "applicationSenderCode",
                 ResponsibleAgencyCode = "responsibleAgencyCode"
             };

Synopsis

Properties

ApplicationReceiverCode

A value representing the code used to identify the party receiving a message, at position GS-03.

ApplicationSenderCode

A value representing the code used to identify the party transmitting a message, at position GS-02.

ResponsibleAgencyCode

A code that identifies the issuer of the standard, at position GS-07.

Properties

ApplicationReceiverCode

A value representing the code used to identify the party receiving a message, at position GS-03.

string? ApplicationReceiverCode { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12functionalgroupheaders.html#cfn-b2bi-partnership-x12functionalgroupheaders-applicationreceivercode

ApplicationSenderCode

A value representing the code used to identify the party transmitting a message, at position GS-02.

string? ApplicationSenderCode { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12functionalgroupheaders.html#cfn-b2bi-partnership-x12functionalgroupheaders-applicationsendercode

ResponsibleAgencyCode

A code that identifies the issuer of the standard, at position GS-07.

string? ResponsibleAgencyCode { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-partnership-x12functionalgroupheaders.html#cfn-b2bi-partnership-x12functionalgroupheaders-responsibleagencycode

Back to top Generated by DocFX