NoteData

@Serializable
data class NoteData(val clientId: Long? = null, val createdById: Long? = null, val createdByUsername: String? = null, val createdOn: LocalDateTime? = null, val depositAccountId: Long? = null, val groupId: Long? = null, val id: Long? = null, val loanId: Long? = null, val loanTransactionId: Long? = null, val note: String? = null, val noteType: EnumOptionData? = null, val savingAccountId: Long? = null, val updatedById: Long? = null, val updatedByUsername: String? = null, val updatedOn: LocalDateTime? = null)

Parameters

clientId
createdById
createdByUsername
createdOn
depositAccountId
groupId
id
loanId
loanTransactionId
note
noteType
savingAccountId
updatedById
updatedByUsername
updatedOn

Constructors

Link copied to clipboard
constructor(clientId: Long? = null, createdById: Long? = null, createdByUsername: String? = null, createdOn: LocalDateTime? = null, depositAccountId: Long? = null, groupId: Long? = null, id: Long? = null, loanId: Long? = null, loanTransactionId: Long? = null, note: String? = null, noteType: EnumOptionData? = null, savingAccountId: Long? = null, updatedById: Long? = null, updatedByUsername: String? = null, updatedOn: LocalDateTime? = null)

Properties

Link copied to clipboard
val clientId: Long? = null
Link copied to clipboard
val createdById: Long? = null
Link copied to clipboard
Link copied to clipboard
val createdOn: LocalDateTime? = null
Link copied to clipboard
val depositAccountId: Long? = null
Link copied to clipboard
val groupId: Long? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val loanId: Long? = null
Link copied to clipboard
val loanTransactionId: Long? = null
Link copied to clipboard
val note: String? = null
Link copied to clipboard
Link copied to clipboard
val savingAccountId: Long? = null
Link copied to clipboard
val updatedById: Long? = null
Link copied to clipboard
Link copied to clipboard
val updatedOn: LocalDateTime? = null