Interface CfnPartnership.IX12ControlNumbersProperty
Contains configuration for X12 control numbers used in X12 EDI generation.
Namespace: Amazon.CDK.AWS.B2BI
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnPartnership.IX12ControlNumbersProperty
Syntax (vb)
Public Interface CfnPartnership.IX12ControlNumbersProperty
Remarks
Control numbers are used to uniquely identify interchanges, functional groups, and transaction sets.
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 x12ControlNumbersProperty = new X12ControlNumbersProperty {
StartingFunctionalGroupControlNumber = 123,
StartingInterchangeControlNumber = 123,
StartingTransactionSetControlNumber = 123
};
Synopsis
Properties
| StartingFunctionalGroupControlNumber | Specifies the starting functional group control number (GS06) to use for X12 EDI generation. |
| StartingInterchangeControlNumber | Specifies the starting interchange control number (ISA13) to use for X12 EDI generation. |
| StartingTransactionSetControlNumber | Specifies the starting transaction set control number (ST02) to use for X12 EDI generation. |
Properties
StartingFunctionalGroupControlNumber
Specifies the starting functional group control number (GS06) to use for X12 EDI generation.
double? StartingFunctionalGroupControlNumber { get; }
Property Value
Remarks
This number is incremented for each new functional group. For the GS (functional group) envelope, AWS B2B Data Interchange generates a functional group control number that is unique to the sender ID, receiver ID, and functional identifier code combination.
StartingInterchangeControlNumber
Specifies the starting interchange control number (ISA13) to use for X12 EDI generation.
double? StartingInterchangeControlNumber { get; }
Property Value
Remarks
This number is incremented for each new interchange. For the ISA (interchange) envelope, AWS B2B Data Interchange generates an interchange control number that is unique for the ISA05 and ISA06 (sender) & ISA07 and ISA08 (receiver) combination.
StartingTransactionSetControlNumber
Specifies the starting transaction set control number (ST02) to use for X12 EDI generation.
double? StartingTransactionSetControlNumber { get; }
Property Value
Remarks
This number is incremented for each new transaction set.