Class CfnTransformerPropsMixin.FormatOptionsProperty
A structure that contains the X12 transaction set and version.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.B2BI.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTransformerPropsMixin.FormatOptionsProperty : CfnTransformerPropsMixin.IFormatOptionsProperty
Syntax (vb)
Public Class CfnTransformerPropsMixin.FormatOptionsProperty Implements CfnTransformerPropsMixin.IFormatOptionsProperty
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.Mixins.Preview.AWS.B2BI.Mixins;
var formatOptionsProperty = new FormatOptionsProperty {
X12 = new X12DetailsProperty {
TransactionSet = "transactionSet",
Version = "version"
}
};
Synopsis
Constructors
| FormatOptionsProperty() | A structure that contains the X12 transaction set and version. |
Properties
| X12 | A structure that contains the X12 transaction set and version. |
Constructors
FormatOptionsProperty()
A structure that contains the X12 transaction set and version.
public FormatOptionsProperty()
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.Mixins.Preview.AWS.B2BI.Mixins;
var formatOptionsProperty = new FormatOptionsProperty {
X12 = new X12DetailsProperty {
TransactionSet = "transactionSet",
Version = "version"
}
};
Properties
X12
A structure that contains the X12 transaction set and version.
public object? X12 { get; set; }