Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Import API SDK
CartClassificationTier
Interface CartClassificationTier
interface
CartClassificationTier
{
isMatching
?:
boolean
;
price
:
Money
;
tiers
:
CartClassificationTier
[]
;
type
:
"CartClassification"
;
value
:
string
;
}
Index
Properties
is
Matching?
price
tiers
type
value
Properties
Optional
Readonly
is
Matching
is
Matching
?:
boolean
Readonly
price
price
:
Money
Readonly
tiers
tiers
:
CartClassificationTier
[]
Readonly
type
type
:
"CartClassification"
Readonly
value
value
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
is
Matching
price
tiers
type
value
Typescript SDK Type Docs
Loading...