getInbound

abstract suspend fun getInbound(transferId: String): CustomerTransfer

Retrieves a specific inbound customer transfer.

Return

A CustomerTransfer object

Parameters

transferId

The id of the inbound customer transfer.