toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
SingleDebitOrCreditEntryCommand
Single
Debit
Or
Credit
Entry
Command
@
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
comments
Changed
gl
Account
Id
gl
Account
Id
Changed
gl
Amount
Changed
parameters
Passed
In
Request
Members
Constructors
Single
Debit
Or
Credit
Entry
Command
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
amount
Link copied to clipboard
val
amount
:
Double
?
=
null
comments
Link copied to clipboard
val
comments
:
String
?
=
null
comments
Changed
Link copied to clipboard
val
commentsChanged
:
Boolean
?
=
null
gl
Account
Id
Link copied to clipboard
val
glAccountId
:
Long
?
=
null
gl
Account
Id
Changed
Link copied to clipboard
val
glAccountIdChanged
:
Boolean
?
=
null
gl
Amount
Changed
Link copied to clipboard
val
glAmountChanged
:
Boolean
?
=
null
parameters
Passed
In
Request
Link copied to clipboard
val
parametersPassedInRequest
:
Set
<
String
>
?
=
null