toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
PostAccountingRulesRequest
Post
Accounting
Rules
Request
@
Serializable
data
class
PostAccountingRulesRequest
(
val
accountToCredit
:
Long
?
=
null
,
val
accountToDebit
:
Long
?
=
null
,
val
description
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
officeId
:
Long
?
=
null
)
PostAccountingRulesRequest
Parameters
account
To
Credit
account
To
Debit
description
name
office
Id
Members
Constructors
Post
Accounting
Rules
Request
Link copied to clipboard
constructor
(
accountToCredit
:
Long
?
=
null
,
accountToDebit
:
Long
?
=
null
,
description
:
String
?
=
null
,
name
:
String
?
=
null
,
officeId
:
Long
?
=
null
)
Properties
account
To
Credit
Link copied to clipboard
val
accountToCredit
:
Long
?
=
null
account
To
Debit
Link copied to clipboard
val
accountToDebit
:
Long
?
=
null
description
Link copied to clipboard
val
description
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
office
Id
Link copied to clipboard
val
officeId
:
Long
?
=
null