public
5.6.1
public
/
com.revenuecat.purchases.models
/
Transaction
Transaction
data
class
Transaction
(
val
transactionIdentifier
:
String
,
val
revenuecatId
:
String
,
val
productIdentifier
:
String
,
val
productId
:
String
,
val
purchaseDate
:
Date
)
:
Parcelable
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Transaction
Link copied to clipboard
fun
Transaction
(
transactionIdentifier
:
String
,
revenuecatId
:
String
,
productIdentifier
:
String
,
productId
:
String
,
purchaseDate
:
Date
)
Content copied to clipboard
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
productIdentifier
Link copied to clipboard
val
productIdentifier
:
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
transactionIdentifier
Link copied to clipboard
val
transactionIdentifier
:
String
Content copied to clipboard