project
androidJvm
purchases
/
com.revenuecat.purchases.models
/
Transaction
Transaction
data
class
Transaction
(
val
transactionIdentifier
:
String
,
revenuecatId
:
String
,
val
productIdentifier
:
String
,
productId
:
String
,
val
purchaseDate
:
Date
)
:
Parcelable
Members
Constructors
Transaction
Link copied to clipboard
constructor
(
transactionIdentifier
:
String
,
revenuecatId
:
String
,
productIdentifier
:
String
,
productId
:
String
,
purchaseDate
:
Date
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
product
Identifier
Link copied to clipboard
val
productIdentifier
:
String
purchase
Date
Link copied to clipboard
val
purchaseDate
:
Date
transaction
Identifier
Link copied to clipboard
val
transactionIdentifier
:
String