# InvoiceLineItem

### Fields

#### amountExcludingTaxCents ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int)!)

Unit price excluding tax

#### amountIncludingTaxCents ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int)!)

Unit price including tax

#### billingPeriodEndsAt ([ISO8601DateTime](https://developer.firmhouse.com/graphql-api/api-reference/objects/iso-8601-date-time))

Billing period end date for the invoice

#### billingPeriodStartsAt ([ISO8601DateTime](https://developer.firmhouse.com/graphql-api/api-reference/objects/iso-8601-date-time))

Billing period start date for the invoice

#### description ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The description of this invoice line item.

#### effectiveAmountExcludingTaxCents ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int)!)

Effective unit price excluding tax, corrected based on invoice discount.

#### effectiveAmountIncludingTaxCents ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int)!)

Effective unit price including tax, corrected based on invoice discount.

#### id ([ID](https://developer.firmhouse.com/graphql-api/api-reference/objects/id)!)

The database ID of this invoice line item.

#### invoice ([Invoice](https://developer.firmhouse.com/graphql-api/api-reference/objects/invoice)!)

Invoice of this item

#### lineItemType ([LineItemTypeEnum](https://developer.firmhouse.com/graphql-api/api-reference/objects/line-item-type-enum)!)

Indicates what this line item is charging for

#### metadata ([JSON](https://developer.firmhouse.com/graphql-api/api-reference/objects/json))

Metadata makes it possible to store additional information on objects.

#### product ([Product](https://developer.firmhouse.com/graphql-api/api-reference/objects/product))

The associated product in case of a product charge

#### quantity ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int)!)

Quantity for this line item

#### taxPercentage ([Float](https://developer.firmhouse.com/graphql-api/api-reference/objects/float)!)

The percentage of tax used for this invoice.

#### totalAmountExcludingTaxCents ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int)!)

Total amount for this line item excluding tax (unit price \* quantity)

#### totalAmountIncludingTaxCents ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int)!)

Total amount for this line item including tax (unit price \* quantity)

#### totalEffectiveAmountExcludingTaxCents ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int)!)

Total effective amount for this line item excluding tax, corrected based on invoice discount.

#### totalEffectiveAmountIncludingTaxCents ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int)!)

Total effective amount for this line item including tax, corrected based on invoice discount.

#### totalTaxAmountCents ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int)!)

Total amount of tax charged
