AccountStatementTurnovers

data class AccountStatementTurnovers(@Json(name = turnoversturnovers: List<Turnover>, @Json(name = datedate: LocalDateTime, @Json(name = daysdays: Int?, @Json(name = filtersfilters: List<String>)

array of turnovers

Parameters

turnovers
date

Date of the account snapshot

days

Indicates how many days the account snapshot includes

filters

Array of filters applied

Constructors

AccountStatementTurnovers
Link copied to clipboard
fun AccountStatementTurnovers(@Json(name = turnoversturnovers: List<Turnover>, @Json(name = datedate: LocalDateTime, @Json(name = daysdays: Int? = null, @Json(name = filtersfilters: List<String>)

Properties

date
Link copied to clipboard
var date: LocalDateTime
Date of the account snapshot
days
Link copied to clipboard
var days: Int? = null
Indicates how many days the account snapshot includes
filters
Link copied to clipboard
var filters: List<String>
Array of filters applied
turnovers
Link copied to clipboard
var turnovers: List<Turnover>