toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
PostCollectionSheetChanges
Post
Collection
Sheet
Changes
@
Serializable
data
class
PostCollectionSheetChanges
(
val
savingsTransactions
:
List
<
Int
>
?
=
null
,
val
dateFormat
:
String
?
=
null
,
val
loanTransactions
:
List
<
Int
>
?
=
null
,
val
locale
:
String
?
=
null
)
Parameters
savings
Transactions
date
Format
loan
Transactions
locale
Members
Constructors
Post
Collection
Sheet
Changes
Link copied to clipboard
constructor
(
savingsTransactions
:
List
<
Int
>
?
=
null
,
dateFormat
:
String
?
=
null
,
loanTransactions
:
List
<
Int
>
?
=
null
,
locale
:
String
?
=
null
)
Properties
date
Format
Link copied to clipboard
val
dateFormat
:
String
?
=
null
loan
Transactions
Link copied to clipboard
val
loanTransactions
:
List
<
Int
>
?
=
null
locale
Link copied to clipboard
val
locale
:
String
?
=
null
savings
Transactions
Link copied to clipboard
val
savingsTransactions
:
List
<
Int
>
?
=
null