AdaptyPaywallProductReference
data class AdaptyPaywallProductReference(val vendorId: String, adaptyProductId: String, val productType: String, val accessLevelId: String, val promotionalOfferId: String? = null, val winBackOfferId: String? = null, val basePlanId: String? = null, val offerId: String? = null)
Represents a reference to a product associated with a paywall.
Contains minimal identifying information required to map to a full product object, including platform-specific offer identifiers.