[**@bigcommerce/checkout-sdk**](../README.md)

***

[@bigcommerce/checkout-sdk](../README.md) / DigitalItem

# Interface: DigitalItem

## Extends

- [`LineItem`](LineItem.md)

## Properties

### addedByAttributeId

> **addedByAttributeId**: `string` \| `null`

#### Inherited from

[`LineItem`](LineItem.md).[`addedByAttributeId`](LineItem.md#addedbyattributeid)

***

### addedByPromotion

> **addedByPromotion**: `boolean`

#### Inherited from

[`LineItem`](LineItem.md).[`addedByPromotion`](LineItem.md#addedbypromotion)

***

### backorderMessage?

> `optional` **backorderMessage?**: `string` \| `null`

#### Inherited from

[`LineItem`](LineItem.md).[`backorderMessage`](LineItem.md#backordermessage)

***

### brand

> **brand**: `string`

#### Inherited from

[`LineItem`](LineItem.md).[`brand`](LineItem.md#brand)

***

### categories?

> `optional` **categories?**: [`LineItemCategory`](LineItemCategory.md)[][]

#### Inherited from

[`LineItem`](LineItem.md).[`categories`](LineItem.md#categories)

***

### categoryNames?

> `optional` **categoryNames?**: `string`[]

#### Inherited from

[`LineItem`](LineItem.md).[`categoryNames`](LineItem.md#categorynames)

***

### comparisonPrice

> **comparisonPrice**: `number`

#### Inherited from

[`LineItem`](LineItem.md).[`comparisonPrice`](LineItem.md#comparisonprice)

***

### couponAmount

> **couponAmount**: `number`

#### Inherited from

[`LineItem`](LineItem.md).[`couponAmount`](LineItem.md#couponamount)

***

### discountAmount

> **discountAmount**: `number`

#### Inherited from

[`LineItem`](LineItem.md).[`discountAmount`](LineItem.md#discountamount)

***

### discounts

> **discounts**: `object`[]

#### discountedAmount

> **discountedAmount**: `number`

#### name

> **name**: `string`

#### Inherited from

[`LineItem`](LineItem.md).[`discounts`](LineItem.md#discounts)

***

### downloadFileUrls

> **downloadFileUrls**: `string`[]

***

### downloadPageUrl

> **downloadPageUrl**: `string`

***

### downloadSize

> **downloadSize**: `string`

***

### extendedComparisonPrice

> **extendedComparisonPrice**: `number`

#### Inherited from

[`LineItem`](LineItem.md).[`extendedComparisonPrice`](LineItem.md#extendedcomparisonprice)

***

### extendedListPrice

> **extendedListPrice**: `number`

#### Inherited from

[`LineItem`](LineItem.md).[`extendedListPrice`](LineItem.md#extendedlistprice)

***

### extendedSalePrice

> **extendedSalePrice**: `number`

#### Inherited from

[`LineItem`](LineItem.md).[`extendedSalePrice`](LineItem.md#extendedsaleprice)

***

### id

> **id**: `string` \| `number`

#### Inherited from

[`LineItem`](LineItem.md).[`id`](LineItem.md#id)

***

### imageUrl

> **imageUrl**: `string`

#### Inherited from

[`LineItem`](LineItem.md).[`imageUrl`](LineItem.md#imageurl)

***

### isTaxable

> **isTaxable**: `boolean`

#### Inherited from

[`LineItem`](LineItem.md).[`isTaxable`](LineItem.md#istaxable)

***

### listPrice

> **listPrice**: `number`

#### Inherited from

[`LineItem`](LineItem.md).[`listPrice`](LineItem.md#listprice)

***

### name

> **name**: `string`

#### Inherited from

[`LineItem`](LineItem.md).[`name`](LineItem.md#name)

***

### options?

> `optional` **options?**: [`LineItemOption`](LineItemOption.md)[]

#### Inherited from

[`LineItem`](LineItem.md).[`options`](LineItem.md#options)

***

### parentId?

> `optional` **parentId?**: `string` \| `null`

#### Inherited from

[`LineItem`](LineItem.md).[`parentId`](LineItem.md#parentid)

***

### productId

> **productId**: `number`

#### Inherited from

[`LineItem`](LineItem.md).[`productId`](LineItem.md#productid)

***

### quantity

> **quantity**: `number`

#### Inherited from

[`LineItem`](LineItem.md).[`quantity`](LineItem.md#quantity)

***

### quantityBackordered?

> `optional` **quantityBackordered?**: `number`

#### Inherited from

[`LineItem`](LineItem.md).[`quantityBackordered`](LineItem.md#quantitybackordered)

***

### retailPrice

> **retailPrice**: `number`

#### Inherited from

[`LineItem`](LineItem.md).[`retailPrice`](LineItem.md#retailprice)

***

### salePrice

> **salePrice**: `number`

#### Inherited from

[`LineItem`](LineItem.md).[`salePrice`](LineItem.md#saleprice)

***

### sku

> **sku**: `string`

#### Inherited from

[`LineItem`](LineItem.md).[`sku`](LineItem.md#sku)

***

### socialMedia?

> `optional` **socialMedia?**: [`LineItemSocialData`](LineItemSocialData.md)[]

#### Inherited from

[`LineItem`](LineItem.md).[`socialMedia`](LineItem.md#socialmedia)

***

### stockPosition?

> `optional` **stockPosition?**: [`StockPosition`](StockPosition.md)

#### Inherited from

[`LineItem`](LineItem.md).[`stockPosition`](LineItem.md#stockposition)

***

### url

> **url**: `string`

#### Inherited from

[`LineItem`](LineItem.md).[`url`](LineItem.md#url)

***

### variantId

> **variantId**: `number`

#### Inherited from

[`LineItem`](LineItem.md).[`variantId`](LineItem.md#variantid)
