Koha::Checkouts::ReturnClaim - Koha ReturnClaim object class
my $return_claim = Koha::Checkout::ReturnClaim->new($args)->store;
Overloaded store method that validates the attributes and raises relevant exceptions as needed.
This method returns the mapping for representing a Koha::Checkouts::ReturnClaim object on the API.
Kyle M Hall <kyle@bywatersolutions.com>