ordercloud-javascript-sdk
Preparing search index...
Variant
Interface Variant<TVariantXp>
interface
Variant
<
TVariantXp
=
any
>
{
Active
?:
boolean
;
Description
?:
string
;
ID
?:
string
;
Inventory
?:
VariantInventory
;
Name
?:
string
;
ShipHeight
?:
number
;
ShipLength
?:
number
;
ShipWeight
?:
number
;
ShipWidth
?:
number
;
Specs
?:
VariantSpec
[]
;
xp
?:
TVariantXp
;
}
Type Parameters
TVariantXp
=
any
Index
Properties
Active?
Description?
ID?
Inventory?
Name?
Ship
Height?
Ship
Length?
Ship
Weight?
Ship
Width?
Specs?
xp?
Properties
Optional
Active
Active
?:
boolean
Optional
Description
Description
?:
string
Optional
ID
ID
?:
string
Optional
Inventory
Inventory
?:
VariantInventory
Optional
Name
Name
?:
string
Optional
Ship
Height
ShipHeight
?:
number
Optional
Ship
Length
ShipLength
?:
number
Optional
Ship
Weight
ShipWeight
?:
number
Optional
Ship
Width
ShipWidth
?:
number
Optional
Readonly
Specs
Specs
?:
VariantSpec
[]
Optional
xp
xp
?:
TVariantXp
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Active
Description
ID
Inventory
Name
Ship
Height
Ship
Length
Ship
Weight
Ship
Width
Specs
xp
ordercloud-javascript-sdk
Loading...