JournalEntryTransactionItem

@Serializable
data class JournalEntryTransactionItem(val amount: Double? = null, val comments: String? = null, val createdByUserId: Long? = null, val createdByUserName: String? = null, val createdDate: LocalDate? = null, val currency: CurrencyItem? = null, val entityId: Long? = null, val entityType: EnumOptionType? = null, val entryType: EnumOptionType? = null, val glAccountCode: String? = null, val glAccountId: Long? = null, val glAccountName: String? = null, val glAccountType: EnumOptionType? = null, val id: Long? = null, val manualEntry: Boolean? = null, val officeId: Long? = null, val officeName: String? = null, val officeRunningBalance: Double? = null, val organizationRunningBalance: Double? = null, val referenceNumber: String? = null, val reversed: Boolean? = null, val runningBalanceComputed: Boolean? = null, val submittedOnDate: LocalDate? = null, val transactionDate: LocalDate? = null, val transactionDetails: TransactionDetails? = null, val transactionId: String? = null)

Parameters

amount
comments
createdByUserId
createdByUserName
createdDate
currency
entityId
entityType
entryType
glAccountCode
glAccountId
glAccountName
glAccountType
id
manualEntry
officeId
officeName
officeRunningBalance
organizationRunningBalance
referenceNumber
reversed
runningBalanceComputed
submittedOnDate
transactionDate
transactionDetails
transactionId

Constructors

Link copied to clipboard
constructor(amount: Double? = null, comments: String? = null, createdByUserId: Long? = null, createdByUserName: String? = null, createdDate: LocalDate? = null, currency: CurrencyItem? = null, entityId: Long? = null, entityType: EnumOptionType? = null, entryType: EnumOptionType? = null, glAccountCode: String? = null, glAccountId: Long? = null, glAccountName: String? = null, glAccountType: EnumOptionType? = null, id: Long? = null, manualEntry: Boolean? = null, officeId: Long? = null, officeName: String? = null, officeRunningBalance: Double? = null, organizationRunningBalance: Double? = null, referenceNumber: String? = null, reversed: Boolean? = null, runningBalanceComputed: Boolean? = null, submittedOnDate: LocalDate? = null, transactionDate: LocalDate? = null, transactionDetails: TransactionDetails? = null, transactionId: String? = null)

Properties

Link copied to clipboard
val amount: Double? = null
Link copied to clipboard
val comments: String? = null
Link copied to clipboard
val createdByUserId: Long? = null
Link copied to clipboard
Link copied to clipboard
val createdDate: LocalDate? = null
Link copied to clipboard
val currency: CurrencyItem? = null
Link copied to clipboard
val entityId: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val glAccountCode: String? = null
Link copied to clipboard
val glAccountId: Long? = null
Link copied to clipboard
val glAccountName: String? = null
Link copied to clipboard
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val manualEntry: Boolean? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val officeName: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val referenceNumber: String? = null
Link copied to clipboard
val reversed: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val submittedOnDate: LocalDate? = null
Link copied to clipboard
val transactionDate: LocalDate? = null
Link copied to clipboard
Link copied to clipboard
val transactionId: String? = null