All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.paysera.lib.inrento.entities.portfolio.PSPortfolio.kt Maven / Gradle / Ivy

There is a newer version: 1.0.18
Show newest version
package com.paysera.lib.inrento.entities.portfolio

import com.google.gson.annotations.SerializedName

data class PSPortfolio(
    val currency: String,
    val accountValue: String,
    val investedFunds: String,
    val outstandingPrincipal: String,
    val netAnnualReturn: String,
    val interest: String,
    val secondaryMarketTransactions: String,
    val serviceFee: String,
    val referralTotal: String,
    val totalProfit: String,
    @SerializedName("interest_in_30_days") val interestIn30Days: String,
    val investments: List
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy