Koha::Old:Checkout - Koha checkout object for returned items
my $item = $checkout->item;
Return the checked out item
my $library = $checkout->library;
Return the library in which the transaction took place. Might return undef.
my $patron = $checkout->patron
Return the patron for who the checkout has been done
my $issuer = $checkout->issuer
Return the patron by whom the checkout was done
This method returns the mapping for representing a Koha::Old::Checkout object on the API.