Koha::Acquisition::Bookseller Object class
my $vendor = Koha::Acquisition::Booksellers->find( $id ); my @baskets = $vendor->baskets();
Returns the list of baskets for the vendor
my $vendor = Koha::Acquisition::Booksellers->find( $id ); my @contacts = $vendor->contacts();
Returns the list of contacts for the vendor
my $vendor = Koha::Acquisition::Booksellers->find( $id ); my $subscriptions = $vendor->subscriptions();
Returns the list of subscriptions for the vendor
my $aliases = $vendor->aliases $vendor->aliases([{ alias => 'one alias'}]);
my $interfaces = $vendor->interfaces $vendor->interfaces(\@interfaces);
my $issues = $vendor->issues
This method returns the mapping for representing a Koha::Acquisition::Bookseller object on the API.