toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.apis
/
RateApi
Rate
Api
interface
RateApi
Members
Functions
create
Rate
Link copied to clipboard
abstract
suspend
fun
createRate
(
body
:
String
?
=
null
)
:
String
Responses:
get
All
Rates
Link copied to clipboard
abstract
suspend
fun
getAllRates
(
)
:
String
Responses:
retrieve
Rate
Link copied to clipboard
abstract
suspend
fun
retrieveRate
(
rateId
:
Long
)
:
String
Responses:
update
Rate
Link copied to clipboard
abstract
suspend
fun
updateRate
(
rateId
:
Long
,
body
:
String
?
=
null
)
:
String
Responses: