# TaxLine - customer - OBJECT Version: 2024-10 ## Description The details about a single tax applied to the associated line item. ### Access Scopes ## Fields * [channelLiable](/docs/api/customer/2024-10/scalars/Boolean): Boolean! - Whether the channel that submitted the tax line is responsible for remitting it. * [id](/docs/api/customer/2024-10/scalars/ID): ID! - A globally-unique ID. * [priceSet](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The tax amount in shop and presentment currencies, calculated after discounts and before returns. * [rate](/docs/api/customer/2024-10/scalars/Float): Float - The proportion of the line item price represented by the tax, expressed as a decimal. * [ratePercentage](/docs/api/customer/2024-10/scalars/Float): Float - The proportion of the line item price represented by the tax, expressed as a percentage. * [source](/docs/api/customer/2024-10/scalars/String): String - The origin of the tax. * [title](/docs/api/customer/2024-10/scalars/String): String! - The name of the applied tax. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples