-
SettlementClient.create(org.json.JSONObject request)
It is wrapper of fetchAll with parameter here sending null defines fetchAll
with a default values without filteration
SettlementClient.fetchAll(org.json.JSONObject request)
This method get list of Settlements filtered by parameters @request
It is wrapper of fetchAllDemand with parameter here sending null defines fetchAllDemand
with a default values without filteration
This method get list of demand Settlements filtered by parameters @request
SettlementClient.reports(org.json.JSONObject request)