com.paysera.lib.inrento.entities.project.PSProjectInfo.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-lib-inrento-sdk Show documentation
Show all versions of kotlin-lib-inrento-sdk Show documentation
Paysera: Kotlin InRento SDK Library
package com.paysera.lib.inrento.entities.project
import com.google.gson.annotations.SerializedName
data class PSProjectInfo(
@SerializedName("project_short") val project: PSProject?,
val photos: List,
@SerializedName("description") val descriptionHtml: String,
@SerializedName("risk_scoring") val riskScoring: List,
val occupancy: List,
@SerializedName("general_loan_terms") val generalLoanTermsDocumentId: Int?,
@SerializedName("special_loan_terms") val specialLoanTermsDocumentId: Int
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy