Class: Aws::B2bi::Types::X12Envelope
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::X12Envelope
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
A wrapper structure for an X12 definition object.
the X12 envelope ensures the integrity of the data and the efficiency of the information exchange. The X12 message structure has hierarchical levels. From highest to the lowest, they are:
Interchange Envelope
Functional Group
Transaction Set
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#common ⇒ Types::X12OutboundEdiHeaders
A container for the X12 outbound EDI headers.
-
#wrap_options ⇒ Types::WrapOptions
Contains options for wrapping (line folding) in X12 EDI files.
Instance Attribute Details
#common ⇒ Types::X12OutboundEdiHeaders
A container for the X12 outbound EDI headers.
2952 2953 2954 2955 2956 2957 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2952 class X12Envelope < Struct.new( :common, :wrap_options) SENSITIVE = [] include Aws::Structure end |
#wrap_options ⇒ Types::WrapOptions
Contains options for wrapping (line folding) in X12 EDI files. Wrapping controls how long lines are handled in the EDI output.
2952 2953 2954 2955 2956 2957 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2952 class X12Envelope < Struct.new( :common, :wrap_options) SENSITIVE = [] include Aws::Structure end |