Koha::Account::Offset - Koha account offset Object class
Account offsets are used to track the changes in account lines
my $debit = $account_offset->debit;
Returns the related accountline that increased the amount owed by the patron.
my $credit = $account_offset->credit;
Returns the related accountline that decreased the amount owed by the patron.