![JAR search and dependency download from the Maven repository](/logo.png)
com.fintecsystems.xs2a.java.models.risk.MatchesObject.kt Maven / Gradle / Ivy
The newest version!
package com.fintecsystems.xs2a.java.models.risk
import com.squareup.moshi.Json
/**
*
* @param expectedHolder name of the expected holder
* @param match
*/
data class MatchesObject (
/* name of the expected holder */
@Json(name = "expected_holder")
var expectedHolder: String,
@Json(name = "match")
var match: MatchType
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy