BankAccountTurnovers

data class BankAccountTurnovers(@Json(name = idid: String, @Json(name = turnoversturnovers: List<Turnover>, @Json(name = daysdays: Int?, @Json(name = datedate: LocalDateTime, @Json(name = created_atcreatedAt: LocalDateTime, @Json(name = objectobject: String)

Parameters

id

Bank Account ID

turnovers

The list of turnovers.

days

The number of days requested

date

The date the turnovers were seen on.

createdAt

Date of creation of the turnovers object.

object The value bank_account_turnovers

Constructors

BankAccountTurnovers
Link copied to clipboard
fun BankAccountTurnovers(@Json(name = idid: String, @Json(name = turnoversturnovers: List<Turnover>, @Json(name = daysdays: Int? = null, @Json(name = datedate: LocalDateTime, @Json(name = created_atcreatedAt: LocalDateTime, @Json(name = objectobject: String)
Bank Account ID

Properties

createdAt
Link copied to clipboard
var createdAt: LocalDateTime
Date of creation of the turnovers object.
date
Link copied to clipboard
var date: LocalDateTime
The date the turnovers were seen on.
days
Link copied to clipboard
var days: Int? = null
The number of days requested
id
Link copied to clipboard
var id: String
Bank Account ID
object
Link copied to clipboard
var object: String
turnovers
Link copied to clipboard
var turnovers: List<Turnover>
The list of turnovers.