GnuCash
5.6-150-g038405b370+
|
Public Member Functions | |
def | __init__ (self, account=None, percent=True, amount=None, instance=None) |
Definition at line 111 of file gnucash_business.py.
def python.gnucash_business.TaxTableEntry.__init__ | ( | self, | |
account = None , |
|||
percent = True , |
|||
amount = None , |
|||
instance = None |
|||
) |
TaxTableEntry constructor You must provide an account, or be initizing this with an existing swig proxy object via the instance keyword argument. You may also optionally set the percent keyword argument to False to get a fixed value instead of percentage based tax (which is the default, or when percent=True). The tax will be zero percent or zero unless you set the amount keyword argument to a GncNumeric value as well.
Definition at line 112 of file gnucash_business.py.