common / com.revenuecat.purchases.common / ProductInfo

ProductInfo

class ProductInfo

Constructors

<init>

ProductInfo(productID: String, offeringIdentifier: String? = null, skuDetails: SkuDetails? = null)

Properties

currency

val currency: String?

duration

val duration: String?

introDuration

val introDuration: String?

offeringIdentifier

val offeringIdentifier: String?

price

val price: Double?

productID

val productID: String

skuDetails

val skuDetails: SkuDetails?

trialDuration

val trialDuration: String?

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

toString

fun toString(): String