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.
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
Remarks
ApplicationSenderCode
A value representing the code used to identify the party transmitting a message, at position GS-02.
string? ApplicationSenderCode { get; }
Property Value
Remarks
ResponsibleAgencyCode
A code that identifies the issuer of the standard, at position GS-07.
string? ResponsibleAgencyCode { get; }