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

com.paysera.lib.inrento.entities.project.PSProjectStatus.kt Maven / Gradle / Ivy

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

import com.google.gson.annotations.SerializedName

data class PSProjectStatus(
    @SerializedName("project_status") val status: Int,
    val currency: String,
    val collectedFunds: String,
    val investorsCount: Int,
    val userInvestments: String,
    val userOutstandingPrincipal: String
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy