InvestmentOrder
idinteger
Order ID
namestring
Product name
currencystring
Currency
typestring
Product type
ratenumber
Interest rate
investAmtnumber
Invested amount
interestEarnednumber
Interest earned to date
nextInterestPayoutTimeint64
Next payout timestamp
startTimeint64
Order start time
endTimeint64
Order end time
durationint64
Duration in milliseconds
payoutLockTimeint64
Lock time before payout
autoRenewboolean
Auto-renew status
compoundingboolean
Whether compounding is active
autoRenewSupportedboolean
Whether product supports auto-renew
redemptionProcessingboolean
Whether a redemption is currently processing
InvestmentOrder
{
"id": 0,
"name": "string",
"currency": "string",
"type": "string",
"rate": 0,
"investAmt": 0,
"interestEarned": 0,
"nextInterestPayoutTime": 0,
"startTime": 0,
"endTime": 0,
"duration": 0,
"payoutLockTime": 0,
"autoRenew": true,
"compounding": true,
"autoRenewSupported": true,
"redemptionProcessing": true
}