Tax regulations in many countries allow taxes to be deducted by the buyer while making payments for products and services. The buyer then pays this tax to the taxation authority. The tax_withheld table captures the details of such tax deductions.

Related Tables

Tables referencing tax_withheld.id

Columns

No match found

id string, not null
Primary Key
An auto-generated unique identifier for the tax withheld. The value starts with the prefix tax_wh_. For example, tax_wh_16BdDXSlbu4uV1Ee6.

amount long, null
The amount withheld by the customer as tax from the invoice. The unit depends on the type of currency.

date timestamp, null
Date or time associated with the tax withheld.

description string, null
The description for this tax withheld.

reference_number string, null
A unique external reference number for the tax withheld. Typically, this is the reference number used by the system you are integrating the API with. Depending on your integration, this could be the reference number issued by the taxation authority to identify the customer or the specific tax transaction.

resource_version long, null
Version number of this table. The resource_version is updated with a new timestamp in milliseconds for every change made to the table. This field will be present only if the table has been updated after 2016-09-28.

updated_at timestamp, null
The order's last modified time.

record_extracted_at timestamp
The column represents the timestamp when the updated data became available in Chargebee's data lakehouse.

record_exported_at timestamp
The column represents the timestamp when the data was exported to the configured destination.

change_type string
The column indicates the type of change [create, update, delete, read] and can be used to load data into the warehouse accordingly.