@usethrottle/cart
Preparing search index...
AppliedDiscount
Interface AppliedDiscount
interface
AppliedDiscount
{
amount
:
number
;
code
:
string
;
currency
:
string
;
discountId
?:
string
|
null
;
freeShipping
:
boolean
;
snapshotHash
:
string
;
type
:
"percentage"
|
"fixed_amount"
;
validUntil
:
string
|
null
;
}
Index
Properties
amount
code
currency
discount
Id?
free
Shipping
snapshot
Hash
type
valid
Until
Properties
amount
amount
:
number
code
code
:
string
currency
currency
:
string
Optional
discount
Id
discountId
?:
string
|
null
free
Shipping
freeShipping
:
boolean
snapshot
Hash
snapshotHash
:
string
type
type
:
"percentage"
|
"fixed_amount"
valid
Until
validUntil
:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
code
currency
discount
Id
free
Shipping
snapshot
Hash
type
valid
Until
@usethrottle/cart
Loading...