Home > @infiniteobjects/data-types > ISku
Signature:
export interface ISku
Property | Modifiers | Type | Description |
---|---|---|---|
artist | Nullable<string> | Artist Name | |
customization | Nullable<SkuCustomization> | SkuCustomization for the IO null | |
isIo | boolean | Determines if Sku is an IO hardware unit. This is set to true if there is a size and material | |
material | Nullable<DeviceMaterial> | DeviceMaterial for the IO. DeviceMaterial.acrylic | |
orderType | Nullable<SkuOrderType> | SkuOrderType for the IO null | |
size | Nullable<DeviceSize> | DeviceSize for the IO. DeviceSize.sevenInch | |
tier | Nullable<string> | IO Product Tier null | |
title | Nullable<string> | Artwork Title ‘ORIGINALS’ | ‘SUNNY’ |