Purchase Details
data class PurchaseDetails(orderId: String?, skus: List<String>, type: ProductType, purchaseTime: Long, purchaseToken: String, purchaseState: RevenueCatPurchaseState, isAutoRenewing: Boolean?, signature: String?, originalJson: JSONObject, presentedOfferingIdentifier: String?, storeUserID: String?, purchaseType: PurchaseType) : Parcelable
Content copied to clipboard
Represents an in-app billing purchase.
Constructors
PurchaseDetails
Link copied to clipboard
fun PurchaseDetails(orderId: String?, skus: List<String>, type: ProductType, purchaseTime: Long, purchaseToken: String, purchaseState: RevenueCatPurchaseState, isAutoRenewing: Boolean?, signature: String?, originalJson: JSONObject, presentedOfferingIdentifier: String?, storeUserID: String?, purchaseType: PurchaseType)
Content copied to clipboard
Functions
Properties
isAutoRenewing
Link copied to clipboard
originalJson
Link copied to clipboard
presentedOfferingIdentifier
Link copied to clipboard
purchaseState
Link copied to clipboard
purchaseTime
Link copied to clipboard
purchaseToken
Link copied to clipboard
purchaseType
Link copied to clipboard
One of PurchaseType indicating the type of purchase.
storeUserID
Link copied to clipboard
type
Link copied to clipboard