Business-EDI

 view release on metacpan or  search on metacpan

lib/Business/EDI/CodeList/ApplicationRecipientIdentification.pm  view on Meta::CPAN

package Business::EDI::CodeList::ApplicationRecipientIdentification;

use base 'Business::EDI::CodeList';
my $VERSION     = 0.02;
sub list_number {return "0044";}
my $usage       = 'B';  # guessed value

# 0044 Application recipient identification                                    []
# Desc: 
# Repr: 
my %code_hash = (

);
sub get_codes { return \%code_hash; }

1;



( run in 0.658 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )