Koha::Acquisition::Fund object class
my $budget = $fund->budget;
Returns the Koha::Acquisition::Budget object for the budget (aqbudgetperiods) associated to the fund.
my $json = $fund->to_api;
Overloaded method that returns a JSON representation of the Koha::Acquisition::Fund object, suitable for API output.
This method returns the mapping for representing a Koha::Acquisition::Fund object on the API.