NonConsumableProduct
open class NonConsumableProduct : NoQuantityProduct
A base type for products that represent non-consumable products.
-
Undocumented
Declaration
Swift
public override init(name: String, description: String? = nil, productID: String)