toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.apis
/
SelfDividendApi
Self
Dividend
Api
interface
SelfDividendApi
Members
Functions
create
Dividend
Detail
Link copied to clipboard
abstract
suspend
fun
createDividendDetail
(
productId
:
Long
,
body
:
String
?
=
null
)
:
String
Responses:
delete
Dividend
Detail
Link copied to clipboard
abstract
suspend
fun
deleteDividendDetail
(
productId
:
Long
,
dividendId
:
Long
)
:
String
Responses:
retrieve
All39
Link copied to clipboard
abstract
suspend
fun
retrieveAll39
(
productId
:
Long
,
offset
:
Int
?
=
null
,
limit
:
Int
?
=
null
,
orderBy
:
String
?
=
null
,
sortOrder
:
String
?
=
null
,
status
:
Int
?
=
null
)
:
String
Responses:
retrieve
Dividend
Details
Link copied to clipboard
abstract
suspend
fun
retrieveDividendDetails
(
dividendId
:
Long
,
productId
:
Long
,
offset
:
Int
?
=
null
,
limit
:
Int
?
=
null
,
orderBy
:
String
?
=
null
,
sortOrder
:
String
?
=
null
,
accountNo
:
String
?
=
null
)
:
String
Responses:
update
Dividend
Detail
Link copied to clipboard
abstract
suspend
fun
updateDividendDetail
(
productId
:
Long
,
dividendId
:
Long
,
command
:
String
?
=
null
,
body
:
String
?
=
null
)
:
String
Responses: