getAllInbound

abstract suspend fun getAllInbound(getTransferParameters: GetTransferParameters? = null): CustomerTransferList

Retrieves all inbound customer transfers. It returns the last 10 inbound customer transfers by default.

Return

A CustomerTransferList object.

Parameters

getTransferParameters

The parameters for filtering the inbound customer transfers, null could be passed for default behaviour.