Xs2aAccountSnapshotResponse

data class Xs2aAccountSnapshotResponse(@Json(name = objectobject: String, @Json(name = daysdays: Int?, @Json(name = fromfrom: LocalDate?, @Json(name = toto: LocalDate?, @Json(name = filtersfilters: List<String>?, @Json(name = all_tagsallTags: Boolean, @Json(name = created_atcreatedAt: LocalDateTime)

Parameters

object Object type, in this case a xs2a_account_snapshot

days

Range in days that were used

from

The start date in the format yyyy-mm-dd

to

The end date in the format yyyy-mm-dd

filters

Filter account statements

allTags

1, if the turnovers were fully categorized, 0 otherwise

createdAt

Creation date of the object

Constructors

Xs2aAccountSnapshotResponse
Link copied to clipboard
fun Xs2aAccountSnapshotResponse(@Json(name = objectobject: String, @Json(name = daysdays: Int? = null, @Json(name = fromfrom: LocalDate? = null, @Json(name = toto: LocalDate? = null, @Json(name = filtersfilters: List<String>? = null, @Json(name = all_tagsallTags: Boolean, @Json(name = created_atcreatedAt: LocalDateTime)
object Object type, in this case a xs2a_account_snapshot

Properties

allTags
Link copied to clipboard
var allTags: Boolean
1, if the turnovers were fully categorized, 0 otherwise
createdAt
Link copied to clipboard
var createdAt: LocalDateTime
Creation date of the object
days
Link copied to clipboard
var days: Int? = null
Range in days that were used
filters
Link copied to clipboard
var filters: List<String>? = null
Filter account statements
from
Link copied to clipboard
var from: LocalDate? = null
The start date in the format yyyy-mm-dd
object
Link copied to clipboard
var object: String
to
Link copied to clipboard
var to: LocalDate? = null
The end date in the format yyyy-mm-dd