Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1013 Bytes

File metadata and controls

15 lines (12 loc) · 1013 Bytes

# TaxObject

Properties

Name Type Description Notes
lago_id string Unique identifier of the tax, created by Lago.
name string Name of the tax.
code string Unique code used to identify the tax associated with the API request.
description string Internal description of the taxe [optional]
rate float The percentage rate of the tax
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.
created_at \DateTime Creation date of the tax.

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