get

abstract suspend fun get(transferId: String): CustomerTransfer

Retrieves a specific customer transfer.

Return

A CustomerTransfer object

Parameters

transferId

The id of the customer transfer.