SingleDebitOrCreditEntryCommand

@Serializable
data class SingleDebitOrCreditEntryCommand(val amount: Double? = null, val comments: String? = null, val commentsChanged: Boolean? = null, val glAccountId: Long? = null, val glAccountIdChanged: Boolean? = null, val glAmountChanged: Boolean? = null, val parametersPassedInRequest: Set<String>? = null)

Parameters

amount
comments
commentsChanged
glAccountId
glAccountIdChanged
glAmountChanged
parametersPassedInRequest

Constructors

Link copied to clipboard
constructor(amount: Double? = null, comments: String? = null, commentsChanged: Boolean? = null, glAccountId: Long? = null, glAccountIdChanged: Boolean? = null, glAmountChanged: Boolean? = null, parametersPassedInRequest: Set<String>? = null)

Properties

Link copied to clipboard
val amount: Double? = null
Link copied to clipboard
val comments: String? = null
Link copied to clipboard
Link copied to clipboard
val glAccountId: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard