Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.1 KB

TaxRate.md

File metadata and controls

18 lines (13 loc) · 1.1 KB

TaxRate

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.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]