class ProductInfo
<init> |
ProductInfo(productID: String, offeringIdentifier: String? = null, skuDetails: SkuDetails? = null) |
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? |
equals |
fun equals(other: Any?): Boolean |
hashCode |
fun hashCode(): Int |
toString |
fun toString(): String |