iAdvize Android SDK
androidJvm
iAdvize Android SDK
/
com.iadvize.conversation.sdk.feature.transaction
/
Transaction
Transaction
data
class
Transaction
(
var
id
:
String
,
var
date
:
Date
,
var
amount
:
Double
,
var
currency
:
Currency
)
Object representing a user transaction.
Members
Constructors
Transaction
Link copied to clipboard
constructor
(
id
:
String
,
date
:
Date
,
amount
:
Double
,
currency
:
Currency
)
Properties
amount
Link copied to clipboard
var
amount
:
Double
currency
Link copied to clipboard
var
currency
:
Currency
date
Link copied to clipboard
var
date
:
Date
id
Link copied to clipboard
var
id
:
String