Xs2aCashflowOverviewResponse

data class Xs2aCashflowOverviewResponse(@Json(name = created_atcreatedAt: LocalDateTime, @Json(name = objectobject: String, @Json(name = cashflowcashflow: List<Xs2aCashflowObject>)

Parameters

createdAt

Creation date of the object

object Object type, in this case a xs2a_cashflow_overview

cashflow

Constructors

Xs2aCashflowOverviewResponse
Link copied to clipboard
fun Xs2aCashflowOverviewResponse(@Json(name = created_atcreatedAt: LocalDateTime, @Json(name = objectobject: String, @Json(name = cashflowcashflow: List<Xs2aCashflowObject>)
Creation date of the object

Properties

cashflow
Link copied to clipboard
var cashflow: List<Xs2aCashflowObject>
createdAt
Link copied to clipboard
var createdAt: LocalDateTime
Creation date of the object
object
Link copied to clipboard
var object: String