CreditCardAccount constructor

CreditCardAccount()

Initializes a new instance of CreditCardAccount class.

def __init__(self):
    ...

See Also