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

# TaxableObject Object

Taxable object.

```graphql
type TaxableObject {
  sourceObject: TaxSourceObject!
  pricesEnteredWithTax: Boolean!
  currency: String!
  shippingPrice: Money!
  address: Address
  discounts: [TaxableObjectDiscount!]!
  lines: [TaxableObjectLine!]!
  channel: Channel!
}
```

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

### Fields

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

#### [`sourceObject`](#source-object) ● [`TaxSourceObject!`](/api-reference/miscellaneous/unions/tax-source-object.md)

The source object related to this tax object.

<a id="prices-entered-with-tax"></a>

#### [`pricesEnteredWithTax`](#prices-entered-with-tax) ● [`Boolean!`](/api-reference/miscellaneous/scalars/boolean.md)

Determines if prices contain entered tax..

<a id="currency"></a>

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

The currency of the object.

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

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

The price of shipping method, includes shipping voucher discount if applied.

<a id="address"></a>

#### [`address`](#address) ● [`Address`](/api-reference/users/objects/address.md)

The address data.

<a id="discounts"></a>

#### [`discounts`](#discounts) ● [`[TaxableObjectDiscount!]!`](/api-reference/taxes/objects/taxable-object-discount.md)

List of discounts.

<a id="lines"></a>

#### [`lines`](#lines) ● [`[TaxableObjectLine!]!`](/api-reference/taxes/objects/taxable-object-line.md)

List of lines assigned to the object.

<a id="channel"></a>

#### [`channel`](#channel) ● [`Channel!`](/api-reference/channels/objects/channel.md)

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

### Member Of

[`CalculateTaxes`](/api-reference/taxes/objects/calculate-taxes.md) object
