SuperwallProduct

@Serializable
data class SuperwallProduct(val objectType: String? = null, val identifier: String, val platform: SuperwallProductPlatform, val price: SuperwallProductPrice? = null, val subscription: SuperwallProductSubscription? = null, val entitlements: List<SuperwallEntitlementRef> = emptyList(), val storefront: String? = null)(source)

Constructors

Link copied to clipboard
constructor(objectType: String? = null, identifier: String, platform: SuperwallProductPlatform, price: SuperwallProductPrice? = null, subscription: SuperwallProductSubscription? = null, entitlements: List<SuperwallEntitlementRef> = emptyList(), storefront: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "object")
val objectType: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard