Taxes
The tax object
This object represents a customizable tax rate applicable to either the organization or a specific customer.
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.
description
string
Internal description of the taxe
rate
number
requiredThe percentage rate of the tax
applied_to_organization
boolean
requiredSet to true
if the tax is used as one of the organization's default
add_ons_count
integer
Number of add-ons this tax is applied to.
charges_count
integer
Number of charges this tax is applied to.
customers_count
integer
requiredNumber of customers this tax is applied to (directly or via the organization's default).
plans_count
integer
Number of plans this tax is applied to.
created_at
string
requiredCreation date of the tax.
Was this page helpful?