Koha::Edifact::File - Koha::Object class for single EDIFACT file
my $vendor = $edifile->vendor;
Returns the Koha::Acquisition::Bookseller associated with this EDIFACT file
my $basket = $edifile->basket;
Returns the Koha::Acquisition::Basket associated with this EDIFACT file.
This method returns the mapping for representing a Koha::Edifact::File object on the API.
Returns name of corresponding DBIC resultset
Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha Development Team