Name | Type | Description | Notes |
---|---|---|---|
type_code | float | The code that represents the type of fee.<p>See also <a href="#feetype-codes">in the appendix</a>.</p> | |
charge_type | str | The type of charge. | |
charge_frequency_code | float | The code that represents the frequency of charge.<p>See also <a href="#chargetype-codes">in the appendix</a>.</p> | |
currency_code | str | The currency code of the currency in that the charge is applied.<p>See also <a href="#currencycodes">in the appendix</a>.</p> | |
condition_list | [str] | A list of conditions for the tax. Is empty if <code>chargeType</code> is not <code>conditional</code>. | |
percent | float | The charged percentage if applicable. | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |