public
/
com.revenuecat.purchases.models
/
Transaction
Transaction
data class
Transaction
(revenuecatId:
String
, productId:
String
, purchaseDate:
Date
) :
Parcelable
Content copied to clipboard
Functions
Properties
Functions
describeContents
Link copied to clipboard
abstract fun
describeContents
():
Int
Content copied to clipboard
writeToParcel
Link copied to clipboard
abstract fun
writeToParcel
(p0:
Parcel
, p1:
Int
)
Content copied to clipboard
Properties
productId
Link copied to clipboard
val
productId
:
String
Content copied to clipboard
purchaseDate
Link copied to clipboard
val
purchaseDate
:
Date
Content copied to clipboard
revenuecatId
Link copied to clipboard
val
revenuecatId
:
String
Content copied to clipboard