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

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

The newest version!
package com.fintecsystems.xs2a.java.models.risk.checks

import com.squareup.moshi.Json

data class Xs2aRatingB2bCheck (
    @Json(name = "days")
    var days: Int? = null,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy