Item

fun Item(    sku: String,     name: String,     type: ItemType,     description: String? = null,     imageUrl: String? = null,     unitItems: List<UnitItem>? = null,     virtualItemType: VirtualItemType? = null,     bundleType: String? = null,     bundleContent: BundleContent? = null)

Sources

Link copied to clipboard