<<

NAME

Koha::Checkouts::ReturnClaim - Koha ReturnClaim object class

API

Class methods

store

    my $return_claim = Koha::Checkout::ReturnClaim->new($args)->store;

Overloaded store method that validates the attributes and raises relevant exceptions as needed.

checkout

patron

to_api_mapping

This method returns the mapping for representing a Koha::Checkouts::ReturnClaim object on the API.

Internal methods

_type

AUTHOR

Kyle M Hall <kyle@bywatersolutions.com>

<<