<<

NAME

Koha::Old:Checkout - Koha checkout object for returned items

API

Class methods

item

my $item = $checkout->item;

Return the checked out item

patron

my $patron = $checkout->patron

Return the patron for who the checkout has been done

to_api_mapping

This method returns the mapping for representing a Koha::Old::Checkout object on the API.

Internal methods

_type

<<