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)


2786
2787
2788
2789
2790
2791
2792
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2786

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)


2786
2787
2788
2789
2790
2791
2792
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2786

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)


2786
2787
2788
2789
2790
2791
2792
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2786

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