Skip to content

Commit

Permalink
Add Missing Values For 820
Browse files Browse the repository at this point in the history
  • Loading branch information
vsrboth committed Jun 20, 2023
1 parent 9e1b989 commit dfc8604
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/stupidedi/versions/003010/element_defs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2664,7 +2664,9 @@ module ElementDefs
E301 = t::ID.new(:E301 , "Car Type Code" , 1, 4)
E305 = t::ID.new(:E305, "Transaction Handling Code" , 1, 1,
s::CodeList.build(
"I" => "Remittance Information Only"))
"I" => "Remittance Information Only",
"C" => "Payment Accompanies Remittance Advice",
"X" => "Make Payment and Send Remittance Advice"))
E306 = t::ID.new(:E306 , "Action Code" , 1, 2,
s::CodeList.build(
"0" => "Authorize",
Expand Down Expand Up @@ -4704,7 +4706,8 @@ module ElementDefs
"ZZ" => "Mutually Defined"))
E591 = t::ID.new(:E591, "Payment Method Code" , 3, 3,
s::CodeList.build(
"PBC" => "Pay by Check"))
"PBC" => "Pay by Check",
"ZZZ" => "Mutually Defined"))
E595 = t::ID.new(:E595 , "Compartment ID Code" , 1, 1,
s::CodeList.build(
"1" => "Brake End",
Expand Down

0 comments on commit dfc8604

Please sign in to comment.