Class: Aws::B2bi::Types::X12FunctionalGroupHeaders
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::X12FunctionalGroupHeaders
- 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
-
#application_receiver_code ⇒ String
A value representing the code used to identify the party receiving a message, at position GS-03.
-
#application_sender_code ⇒ String
A value representing the code used to identify the party transmitting a message, at position GS-02.
-
#responsible_agency_code ⇒ String
A code that identifies the issuer of the standard, at position GS-07.
Instance Attribute Details
#application_receiver_code ⇒ String
A value representing the code used to identify the party receiving a message, at position GS-03.
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_code ⇒ String
A value representing the code used to identify the party transmitting a message, at position GS-02.
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_code ⇒ String
A code that identifies the issuer of the standard, at position GS-07.
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 |