get All Inbound
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
get Transfer Parameters
The parameters for filtering the inbound customer transfers, null could be passed for default behaviour.