Koha::Account::Line - Koha accountline Object class
Return the item linked to this account line if exists
$payment_accountline->void();
my $debits = $account->outstanding_debits; my $outstanding_amount = $credit->apply( { debits => $debits, [ offset_type => $offset_type ] } );
Applies the credit to a given debits set.
my $bool = $line->is_credit;
my $bool = $line->is_debit;