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.
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
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.
description
string
Internal description of the taxe
add_ons_count
integer
Number of add-ons this tax is applied to.
charges_count
integer
Number of charges this tax is applied to.
plans_count
integer
Number of plans this tax is applied to.
Was this page helpful?