The TaxRate Object ### Description The TaxRate
object is used to represent a tax rate. ### Usage Example Fetch from the LIST TaxRates
endpoint and view tax rates relevant to a company.
Name | Type | Description | Notes |
---|---|---|---|
id | str | [optional] [readonly] | |
remote_id | str, none_type | The third-party API ID of the matching object. | [optional] |
remote_data | [RemoteData], none_type | [optional] [readonly] | |
description | str, none_type | The tax rate's description. | [optional] |
total_tax_rate | float, none_type | The tax rate's total tax rate. | [optional] |
effective_tax_rate | float, none_type | The tax rate's effective tax rate. | [optional] |
remote_was_deleted | bool | Indicates whether or not this object has been deleted by third party webhooks. | [optional] [readonly] |