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

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

The newest version!

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


import com.squareup.moshi.Json

/**
 * XS2a.seizure_check allows you to check for a seizire account.
 * @param days The limit of turnover days for this check
 */

data class Xs2aSeizureCheck (
    /* The limit of turnover days for this check */
    @Json(name = "days")
    var days: Int? = null
)





© 2015 - 2025 Weber Informatics LLC | Privacy Policy