toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
GetSelfSavingsTransactionType
Get
Self
Savings
Transaction
Type
@
Serializable
data
class
GetSelfSavingsTransactionType
(
val
code
:
String
?
=
null
,
val
deposit
:
Boolean
?
=
null
,
val
description
:
String
?
=
null
,
val
feeDeduction
:
Boolean
?
=
null
,
val
id
:
Int
?
=
null
,
val
interestPosting
:
Boolean
?
=
null
,
val
withdrawal
:
Boolean
?
=
null
)
Parameters
code
deposit
description
fee
Deduction
id
interest
Posting
withdrawal
Members
Constructors
Get
Self
Savings
Transaction
Type
Link copied to clipboard
constructor
(
code
:
String
?
=
null
,
deposit
:
Boolean
?
=
null
,
description
:
String
?
=
null
,
feeDeduction
:
Boolean
?
=
null
,
id
:
Int
?
=
null
,
interestPosting
:
Boolean
?
=
null
,
withdrawal
:
Boolean
?
=
null
)
Properties
code
Link copied to clipboard
val
code
:
String
?
=
null
deposit
Link copied to clipboard
val
deposit
:
Boolean
?
=
null
description
Link copied to clipboard
val
description
:
String
?
=
null
fee
Deduction
Link copied to clipboard
val
feeDeduction
:
Boolean
?
=
null
id
Link copied to clipboard
val
id
:
Int
?
=
null
interest
Posting
Link copied to clipboard
val
interestPosting
:
Boolean
?
=
null
withdrawal
Link copied to clipboard
val
withdrawal
:
Boolean
?
=
null