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

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

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

import com.squareup.moshi.Json
import java.time.OffsetDateTime

/**
 *
 * @param calculations
 * @param createdAt Creation date of the object
 */

data class Xs2aRiskCalculationsCheckResponse(
    @Json(name = "calculations")
    var calculations: List,
    /* Creation date of the object */
    @Json(name = "created_at")
    var createdAt: OffsetDateTime,
)





© 2015 - 2025 Weber Informatics LLC | Privacy Policy