Xs2aAccountSnapshotResponse

data class Xs2aAccountSnapshotResponse(@Json(name = daysdays: Int?, @Json(name = fromfrom: OffsetDateTime?, @Json(name = toto: OffsetDateTime?, @Json(name = filtersfilters: List<Tag>?, @Json(name = all_tagsallTags: Boolean, @Json(name = created_atcreatedAt: OffsetDateTime)

Parameters

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 = daysdays: Int? = null, @Json(name = fromfrom: OffsetDateTime? = null, @Json(name = toto: OffsetDateTime? = null, @Json(name = filtersfilters: List<Tag>? = null, @Json(name = all_tagsallTags: Boolean, @Json(name = created_atcreatedAt: OffsetDateTime)
Range in days that were used

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: OffsetDateTime
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<Tag>? = null
Filter account statements
from
Link copied to clipboard
var from: OffsetDateTime? = null
The start date in the format yyyy-mm-dd
to
Link copied to clipboard
var to: OffsetDateTime? = null
The end date in the format yyyy-mm-dd