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

com.fintecsystems.xs2a.java.models.risk.checks.Xs2aProfitLossCheckResponse.kt Maven / Gradle / Ivy

The newest version!

package com.fintecsystems.xs2a.java.models.risk.checks

import com.squareup.moshi.Json

/**
 * 
 * @param result 
 */

data class Xs2aProfitLossCheckResponse (
    @Json(name = "result")
    var result: Xs2aProfitLossCheckResponseResult
)





© 2015 - 2024 Weber Informatics LLC | Privacy Policy