<<

NAME

Koha::REST::V1::Patrons::Account

API

Methods

get

Controller function that handles retrieving a patron's account balance

add_credit

Controller function that handles adding a credit to a patron's account

_to_api

Helper function that maps unblessed Koha::Account::Line objects into REST API attribute names.

_to_model

Helper function that maps REST API objects into Koha::Account::Line attribute names.

Global variables

$to_api_mapping

$to_model_mapping

<<