Module: RBEDI::Codes::TRN
- Extended by:
- CodeSet
- Defined in:
- lib/rbedi/codes/trn.rb
Constant Summary collapse
- SEGMENT_POSITIONS =
{ 1 => :trace_type_code, 2 => :reference_identification, 3 => :originating_company_identifier, 4 => :second_reference_identification, }
- CODES =
{ 1 => { "1" => :current_transaction, "2" => :referenced_transaction, "3" => :financial_reassociation, } }