@usethrottle/discounts
Preparing search index...
Cart
Interface Cart
interface
Cart
{
appliedDiscount
?:
|
{
amount
:
number
;
code
:
string
;
currency
:
string
;
discountId
?:
string
|
null
;
freeShipping
:
boolean
;
snapshotHash
:
string
;
type
:
DiscountType
;
validUntil
:
string
|
null
;
}
|
null
;
currency
:
string
;
discountCode
?:
string
|
null
;
discountTotal
:
number
;
id
:
string
;
shippingTotal
:
number
;
subtotal
:
number
;
taxTotal
:
number
;
total
:
number
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
applied
Discount?
currency
discount
Code?
discount
Total
id
shipping
Total
subtotal
tax
Total
total
Properties
Optional
applied
Discount
appliedDiscount
?:
|
{
amount
:
number
;
code
:
string
;
currency
:
string
;
discountId
?:
string
|
null
;
freeShipping
:
boolean
;
snapshotHash
:
string
;
type
:
DiscountType
;
validUntil
:
string
|
null
;
}
|
null
currency
currency
:
string
Optional
discount
Code
discountCode
?:
string
|
null
discount
Total
discountTotal
:
number
id
id
:
string
shipping
Total
shippingTotal
:
number
subtotal
subtotal
:
number
tax
Total
taxTotal
:
number
total
total
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
applied
Discount
currency
discount
Code
discount
Total
id
shipping
Total
subtotal
tax
Total
total
@usethrottle/discounts
Loading...