Xs2aAccountSnapshot

data class Xs2aAccountSnapshot(@Json(name = daysdays: Int?, @Json(name = fromfrom: OffsetDateTime?, @Json(name = toto: OffsetDateTime?, @Json(name = filtersfilters: List<Tag>?, @Json(name = all_accountsallAccounts: Boolean, @Json(name = all_tagsallTags: Boolean, @Json(name = categoriescategories: List<Category>?, @Json(name = with_subcategorywithSubcategory: Boolean?)

Parameters

days

Range in days which should be used (min value: 10, max value: 365)

from

A date in the format yyyy-mm-dd

to

A date in the format yyyy-mm-dd

filters
allAccounts

True, if you want to receive all accounts including their turnovers

allTags

True, if you want full categorization of the turnovers

Constructors

Xs2aAccountSnapshot
Link copied to clipboard
fun Xs2aAccountSnapshot(@Json(name = daysdays: Int? = null, @Json(name = fromfrom: OffsetDateTime? = null, @Json(name = toto: OffsetDateTime? = null, @Json(name = filtersfilters: List<Tag>? = null, @Json(name = all_accountsallAccounts: Boolean, @Json(name = all_tagsallTags: Boolean, @Json(name = categoriescategories: List<Category>? = null, @Json(name = with_subcategorywithSubcategory: Boolean? = null)
Range in days which should be used (min value: 10, max value: 365)

Properties

allAccounts
Link copied to clipboard
var allAccounts: Boolean
True, if you want to receive all accounts including their turnovers
allTags
Link copied to clipboard
var allTags: Boolean
True, if you want full categorization of the turnovers
categories
Link copied to clipboard
var categories: List<Category>? = null
days
Link copied to clipboard
var days: Int? = null
Range in days which should be used (min value: 10, max value: 365)
filters
Link copied to clipboard
var filters: List<Tag>? = null
from
Link copied to clipboard
var from: OffsetDateTime? = null
A date in the format yyyy-mm-dd
to
Link copied to clipboard
var to: OffsetDateTime? = null
A date in the format yyyy-mm-dd
withSubcategory
Link copied to clipboard
var withSubcategory: Boolean? = null