> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/taxes/llms.txt)
> Source: https://docs.saleor.io/api-reference/taxes/objects/taxable-object-line

# TaxableObjectLine Object

No description

```graphql
type TaxableObjectLine {
  sourceLine: TaxSourceLine!
  quantity: Int!
  chargeTaxes: Boolean!
  productName: String!
  variantName: String!
  productSku: String
  unitPrice: Money!
  totalPrice: Money!
}
```

<a id="fields"></a>

### Fields

<a id="source-line"></a>

#### [`sourceLine`](#source-line) ● [`TaxSourceLine!`](/api-reference/miscellaneous/unions/tax-source-line.md)

The source line related to this tax line.

<a id="quantity"></a>

#### [`quantity`](#quantity) ● [`Int!`](/api-reference/miscellaneous/scalars/int.md)

Number of items.

<a id="charge-taxes"></a>

#### [`chargeTaxes`](#charge-taxes) ● [`Boolean!`](/api-reference/miscellaneous/scalars/boolean.md)

Determines if taxes are being charged for the product.

<a id="product-name"></a>

#### [`productName`](#product-name) ● [`String!`](/api-reference/miscellaneous/scalars/string.md)

The product name.

<a id="variant-name"></a>

#### [`variantName`](#variant-name) ● [`String!`](/api-reference/miscellaneous/scalars/string.md)

The variant name.

<a id="product-sku"></a>

#### [`productSku`](#product-sku) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

The product sku.

<a id="unit-price"></a>

#### [`unitPrice`](#unit-price) ● [`Money!`](/api-reference/miscellaneous/objects/money.md)

Price of the single item in the order line. The price includes catalogue promotions, specific product and applied once per order voucher discounts. The price does not include the entire order discount.

<a id="total-price"></a>

#### [`totalPrice`](#total-price) ● [`Money!`](/api-reference/miscellaneous/objects/money.md)

Price of the order line. The price includes catalogue promotions, specific product and applied once per order voucher discounts. The price does not include the entire order discount.

<a id="member-of"></a>

### Member Of

[`TaxableObject`](/api-reference/taxes/objects/taxable-object.md) object
