BundleItem

fun BundleItem(    sku: String,     name: String,     groups: List<Group> = emptyList(),     description: String,     attributes: List<Any> = emptyList(),     type: String,     bundleType: String,     imageUrl: String? = null,     isFree: Boolean = false,     price: Price? = null,     totalContentPrice: Price? = null,     virtualPrices: List<VirtualPrice> = emptyList(),     content: List<BundleContent> = emptyList(),     promotions: List<Promotion> = emptyList(),     limits: ItemLimits? = null)

Sources

Link copied to clipboard