Taxes
The tax object
This object represents a customizable tax rate applicable to either the organization or a specific customer.
{
"tax": {
"lago_id": "8a3b83f1-39d1-4579-b1a6-51435fb8f498",
"name": "TVA",
"code": "french_standard_vat",
"rate": 20.0,
"description": "French standard VAT",
"applied_to_organization": true,
"customers_count": 0,
"created_at": "2023-07-10T12:00:02Z"
}
}
Attributes
tax
object
lago_id
string
requiredUnique identifier of the tax created by Lago.
name
string
requiredName of the tax.
code
string
requiredUnique code used to identify the tax associated with the API request.
rate
float
requiredThe percentage rate of the tax
description
string | null
Internal description of the tax.
applied_to_organization
boolean
requiredSet to true
if the tax is used as one of the organization’s default.
customers_count
integer
requiredNumber of customers this tax is applied to (directly or via the organization’s default).
created_at
string
requiredCreation date of the tax.
Was this page helpful?
{
"tax": {
"lago_id": "8a3b83f1-39d1-4579-b1a6-51435fb8f498",
"name": "TVA",
"code": "french_standard_vat",
"rate": 20.0,
"description": "French standard VAT",
"applied_to_organization": true,
"customers_count": 0,
"created_at": "2023-07-10T12:00:02Z"
}
}