No. But if you want anything to print to the terminal, the 'details' method needs to be called. After that line, you could then add this:
loan.details();
to print out the field values. I only show this as an example of having the values printed to the terminal -- but, I am quite sure you are wanting to do quite a bit more than that.