retrieve All Client Charges
abstract suspend fun retrieveAllClientCharges(clientId: Long, chargeStatus: String? = "all", pendingPayment: Boolean? = null, limit: Int? = null, offset: Int? = null): GetClientsClientIdChargesResponse
List Client Charges The list capability of client charges supports pagination.Example Requests: clients/1/charges clients/1/charges?offset=0&limit=5 Responses:
200: OK
Return
Parameters
client Id
clientId
charge Status
chargeStatus (optional, default to "all")
pending Payment
pendingPayment (optional)
limit
limit (optional)
offset
offset (optional)