GetSelfClientsClientIdTransactionsPageItems

@Serializable
data class GetSelfClientsClientIdTransactionsPageItems(val amount: Double? = null, val currency: GetSelfClientsSavingsAccountsCurrency? = null, val date: LocalDate? = null, val id: Int? = null, val officeId: Int? = null, val officeName: String? = null, val reversed: Boolean? = null, val submittedOnDate: LocalDate? = null, val type: GetSelfClientsClientIdTransactionsType? = null)

Parameters

amount
currency
date
id
officeId
officeName
reversed
submittedOnDate
type

Constructors

constructor(amount: Double? = null, currency: GetSelfClientsSavingsAccountsCurrency? = null, date: LocalDate? = null, id: Int? = null, officeId: Int? = null, officeName: String? = null, reversed: Boolean? = null, submittedOnDate: LocalDate? = null, type: GetSelfClientsClientIdTransactionsType? = null)

Properties

Link copied to clipboard
val amount: Double? = null
Link copied to clipboard
Link copied to clipboard
val date: LocalDate? = null
Link copied to clipboard
val id: Int? = null
Link copied to clipboard
val officeId: Int? = null
Link copied to clipboard
val officeName: String? = null
Link copied to clipboard
val reversed: Boolean? = null
Link copied to clipboard
val submittedOnDate: LocalDate? = null
Link copied to clipboard