LoanAccount constructor

LoanAccount()

Initializes a new instance of LoanAccount class.

def __init__(self):
    ...

See Also