# TaxLine - admin - OBJECT
Version: 2025-01

## Description
Represents a single tax applied to the associated line item.

### Access Scopes



## Fields
* [channelLiable](/docs/api/admin/2025-01/scalars/Boolean): Boolean - Whether the channel that submitted the tax line is liable for remitting. A value of null indicates unknown liability for this tax line.
* [price](/docs/api/admin/2025-01/scalars/Money): Money! - The amount of tax, in shop currency, after discounts and before returns.
* [priceSet](/docs/api/admin/2025-01/objects/MoneyBag): MoneyBag! - The amount of tax, in shop and presentment currencies, after discounts and before returns.
* [rate](/docs/api/admin/2025-01/scalars/Float): Float - The proportion of the line item price that the tax represents as a decimal.
* [ratePercentage](/docs/api/admin/2025-01/scalars/Float): Float - The proportion of the line item price that the tax represents as a percentage.
* [source](/docs/api/admin/2025-01/scalars/String): String - The source of the tax.
* [title](/docs/api/admin/2025-01/scalars/String): String! - The name of the tax.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples