Discount constructor

Discount()

Initializes a new instance of Discount class.

def __init__(self):
    ...

See Also