Product Item
data class ProductItem(val compositeId: String, val name: String, val type: ProductItem.StoreProductType, val entitlements: Set<Entitlement>) : TemplatingProduct(source)
Constructors
Link copied to clipboard
constructor(compositeId: String, name: String, type: ProductItem.StoreProductType, entitlements: Set<Entitlement>)