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

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

The newest version!

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

import com.squareup.moshi.Json

/**
 * 
 * @param links 
 */

data class Xs2aAccountLinkedOffersCheckResponse (
    @Json(name = "links")
    var links: List
)





© 2015 - 2024 Weber Informatics LLC | Privacy Policy