@usethrottle/cart
Preparing search index...
LineItem
Interface LineItem
interface
LineItem
{
cartId
:
string
;
description
:
string
|
null
;
discountAmount
:
number
;
id
:
string
;
imageUrl
:
string
|
null
;
metadata
:
Record
<
string
,
unknown
>
;
name
:
string
;
position
:
number
;
quantity
:
number
;
recurring
:
{
count
:
number
|
null
;
interval
:
string
}
|
null
;
referenceId
:
string
|
null
;
subtotal
:
number
;
taxAmount
:
number
;
total
:
number
;
type
:
|
"product"
|
"subscription"
|
"service"
|
"ticket"
|
"donation"
|
"custom"
;
unitPrice
:
number
;
}
Index
Properties
cart
Id
description
discount
Amount
id
image
Url
metadata
name
position
quantity
recurring
reference
Id
subtotal
tax
Amount
total
type
unit
Price
Properties
cart
Id
cartId
:
string
description
description
:
string
|
null
discount
Amount
discountAmount
:
number
id
id
:
string
image
Url
imageUrl
:
string
|
null
metadata
metadata
:
Record
<
string
,
unknown
>
name
name
:
string
position
position
:
number
quantity
quantity
:
number
recurring
recurring
:
{
count
:
number
|
null
;
interval
:
string
}
|
null
reference
Id
referenceId
:
string
|
null
subtotal
subtotal
:
number
tax
Amount
taxAmount
:
number
total
total
:
number
type
type
:
"product"
|
"subscription"
|
"service"
|
"ticket"
|
"donation"
|
"custom"
unit
Price
unitPrice
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cart
Id
description
discount
Amount
id
image
Url
metadata
name
position
quantity
recurring
reference
Id
subtotal
tax
Amount
total
type
unit
Price
@usethrottle/cart
Loading...