# TaxLine - admin-graphql - OBJECT Version: 2024-10 ## Description Represents a single tax applied to the associated line item. ### Access Scopes ## Fields * [channelLiable](/docs/api/admin-graphql/2024-10/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-graphql/2024-10/scalars/Money): Money! - The amount of tax, in shop currency, after discounts and before returns. * [priceSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The amount of tax, in shop and presentment currencies, after discounts and before returns. * [rate](/docs/api/admin-graphql/2024-10/scalars/Float): Float - The proportion of the line item price that the tax represents as a decimal. * [ratePercentage](/docs/api/admin-graphql/2024-10/scalars/Float): Float - The proportion of the line item price that the tax represents as a percentage. * [source](/docs/api/admin-graphql/2024-10/scalars/String): String - The source of the tax. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String! - The name of the tax. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples