BundleItem
data class BundleItem( val sku: String, val name: String, val groups: List<Group> = emptyList(), val description: String, val attributes: List<Any> = emptyList(), val type: String, val bundleType: String, val imageUrl: String? = null, val isFree: Boolean = false, val price: Price? = null, val totalContentPrice: Price? = null, val virtualPrices: List<VirtualPrice> = emptyList(), val content: List<BundleContent> = emptyList(), val promotions: List<Promotion> = emptyList(), val limits: ItemLimits? = null)
Content copied to clipboard
Constructors
Link copied to clipboard
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)
Content copied to clipboard
Properties
Link copied to clipboard
@SerializedName(value = "total_content_price")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "virtual_prices")
Content copied to clipboard