Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 924 Bytes

File metadata and controls

13 lines (10 loc) · 924 Bytes

# TaxBaseInput

Properties

Name Type Description Notes
name string Name of the tax. [optional]
code string Unique code used to identify the tax associated with the API request. [optional]
rate string The percentage rate of the tax [optional]
description string Internal description of the taxe [optional]
applied_to_organization bool This field is deprecated and will be removed in a future version. When set to true, it applies the tax to the organization's default billing entity. To apply or remove a tax from any billing entity (including the default one), please use the `PUT /billing_entities/:code` endpoint instead. [optional]

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