<<

NAME

Koha::Acquisition::Fund object class

API

Class methods

budget

    my $budget = $fund->budget;

Returns the Koha::Acquisition::Budget object for the budget (aqbudgetperiods) associated to the fund.

to_api

    my $json = $fund->to_api;

Overloaded method that returns a JSON representation of the Koha::Acquisition::Fund object, suitable for API output.

to_api_mapping

This method returns the mapping for representing a Koha::Acquisition::Fund object on the API.

Internal methods

_type

<<