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

com.fintecsystems.xs2a.java.models.risk.checks.Xs2aAgeVerificationCheckResponse.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 confirmed Verify legal age of account holder
 * @param createdAt Creation date of the object
 */

data class Xs2aAgeVerificationCheckResponse(
    @Json(name = "confirmed")
    var confirmed: Boolean,
    @Json(name = "created_at")
    var createdAt: OffsetDateTime,
)





© 2015 - 2024 Weber Informatics LLC | Privacy Policy