Class: Aws::B2bi::Types::X12FunctionalGroupHeaders

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

Overview

Part of the X12 message structure. These are the functional group headers for the X12 EDI object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_receiver_codeString

A value representing the code used to identify the party receiving a message, at position GS-03.

Returns:

  • (String)


2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2979

class X12FunctionalGroupHeaders < Struct.new(
  :application_sender_code,
  :application_receiver_code,
  :responsible_agency_code)
  SENSITIVE = []
  include Aws::Structure
end

#application_sender_codeString

A value representing the code used to identify the party transmitting a message, at position GS-02.

Returns:

  • (String)


2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2979

class X12FunctionalGroupHeaders < Struct.new(
  :application_sender_code,
  :application_receiver_code,
  :responsible_agency_code)
  SENSITIVE = []
  include Aws::Structure
end

#responsible_agency_codeString

A code that identifies the issuer of the standard, at position GS-07.

Returns:

  • (String)


2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2979

class X12FunctionalGroupHeaders < Struct.new(
  :application_sender_code,
  :application_receiver_code,
  :responsible_agency_code)
  SENSITIVE = []
  include Aws::Structure
end