Koha::Checkouts::Renewal - Koha Renewal object class
my $renewal = Koha::Checkout::Renewal->new($args)->store;
Overloaded store method that validates the attributes and raises relevant exceptions as needed.
Martin Renvoize <martin.renvoize@ptfs-europe.com>