kotlin-sdk
android
/
com.amplitude.android.events
/
Revenue
Revenue
open
class
Revenue
:
Revenue
Content copied to clipboard
Inherited functions
Inherited properties
Inherited properties
price
Link copied to clipboard
var
price
:
Double
?
Content copied to clipboard
productId
Link copied to clipboard
var
productId
:
String
?
Content copied to clipboard
properties
Link copied to clipboard
var
properties
:
MutableMap
<
String
,
Any
?
>
?
Content copied to clipboard
quantity
Link copied to clipboard
var
quantity
:
Int
Content copied to clipboard
receipt
Link copied to clipboard
var
receipt
:
String
?
Content copied to clipboard
receiptSig
Link copied to clipboard
var
receiptSig
:
String
?
Content copied to clipboard
revenue
Link copied to clipboard
var
revenue
:
Double
?
Content copied to clipboard
revenueType
Link copied to clipboard
var
revenueType
:
String
?
Content copied to clipboard
Inherited functions
is
Valid
Link copied to clipboard
fun
isValid
(
)
:
Boolean
Content copied to clipboard
set
Receipt
Link copied to clipboard
fun
setReceipt
(
receipt
:
String
,
receiptSignature
:
String
)
:
Revenue
Content copied to clipboard
to
Revenue
Event
Link copied to clipboard
fun
toRevenueEvent
(
)
:
RevenueEvent
Content copied to clipboard