purchases-android
public
/
com.revenuecat.purchases.models
/
Transaction
Transaction
data
class
Transaction
(
revenuecatId
:
String
,
productId
:
String
,
purchaseDate
:
Date
)
:
Parcelable
Content copied to clipboard
Functions
Properties
Sources
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
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
Sources
androidJvm source
Link copied to clipboard