TaxCodes
Queries the tax codes which classify goods and services for tax purposes.
Table Specific Information
Select
Server-Side Query Support
The 本製品 uses the Stripe API to filter the results by the following columns and operators while the rest of the filter is executed client-side within the 本製品.
- Id supports the following operator: =.
You can select:
All tax codes:
SELECT * FROM TaxCodes
A tax code by specifying its Id:
SELECT * FROM TaxCodes WHERE Id = 'txcd_50021103'
Columns
Name | Type | References | Description |
Id [KEY] | String | The Id of the tax codes. | |
Description | String | A detailed description of which types of products the tax code represents. | |
Name | String | A short name for the tax code. | |
Object | String | String representing the object’s type. Objects of the same type share the same value. |