<<

NAME

Koha::REST::V1::Checkout

API

Methods

list

List Koha::Checkout objects

get

get one checkout

renew

Renew a checkout

allows_renewal

Checks if the checkout could be renewed and return the related information.

_to_api

Helper function that maps a hashref of Koha::Checkout attributes into REST api attribute names.

_to_model

Helper function that maps REST api objects into Koha::Checkouts attribute names.

Global variables

$to_api_mapping

$to_model_mapping

<<