retrieve All Client Charges1
abstract suspend fun retrieveAllClientCharges1(clientId: Long, chargeStatus: String? = "all", pendingPayment: Boolean? = null, limit: Int? = null, offset: Int? = null): GetSelfClientsClientIdChargesResponse
List Client Charges The list capability of client charges supports pagination. Example Requests: self/clients/1/charges self/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)