Ad

@Serializable
data class Ad(val offersBatchId: String? = null, val inAppProducts: List<AppProduct>, val nativeProducts: List<AppProduct>, val webPaymentUrl: String, val promoCodesEnabled: Boolean)(source)

Constructors

Link copied to clipboard
constructor(offersBatchId: String? = null, inAppProducts: List<AppProduct>, nativeProducts: List<AppProduct>, webPaymentUrl: String, promoCodesEnabled: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val offersBatchId: String? = null
Link copied to clipboard
Link copied to clipboard