Note Data
@Serializable
Parameters
client Id
created By Id
created By Username
created On
deposit Account Id
group Id
id
loan Id
loan Transaction Id
note
note Type
saving Account Id
updated By Id
updated By Username
updated On
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)