InvestmentHistoryObject
txnTimeint64
Transaction time
namestring
Product name
currencystring
Currency
ratenumber
Interest rate
typestring
Product type
txnTypestring
Transaction type (e.g. INVEST_SERVICE_TYPE_DEPOSIT)
amountnumber
Transaction amount
totalAmountnumber
Total invested amount
interestEarnednumber
Interest earned
durationint64
Duration
InvestmentHistoryObject
{
"txnTime": 0,
"name": "string",
"currency": "string",
"rate": 0,
"type": "string",
"txnType": "string",
"amount": 0,
"totalAmount": 0,
"interestEarned": 0,
"duration": 0
}