Class: Aws::B2bi::Types::X12InboundEdiOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb

Overview

Contains options specific to processing inbound X12 EDI files.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#acknowledgment_optionsTypes::X12AcknowledgmentOptions

Specifies acknowledgment options for inbound X12 EDI files. These options control how functional and technical acknowledgments are handled.



2997
2998
2999
3000
3001
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2997

class X12InboundEdiOptions < Struct.new(
  :acknowledgment_options)
  SENSITIVE = []
  include Aws::Structure
end