retrieveAllClientCharges

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

GetClientsClientIdChargesResponse

Parameters

clientId

clientId

chargeStatus

chargeStatus (optional, default to "all")

pendingPayment

pendingPayment (optional)

limit

limit (optional)

offset

offset (optional)