get

abstract suspend fun get(withdrawalId: String): Withdrawal

Retrieves a specific withdraw.

Return

A Withdrawal object

Parameters

withdrawalId

The id of the withdraw.