CreditDebit

@Serializable
data class CreditDebit(val amount: Double? = null, val glAccountId: Long? = null)

Parameters

amount
glAccountId

Constructors

Link copied to clipboard
constructor(amount: Double? = null, glAccountId: Long? = null)

Properties

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