create

abstract suspend fun create(withdrawalCreate: WithdrawalCreate): Withdrawal

Creates a withdraw.

Return

A Withdrawal object

Parameters

withdrawalCreate

The withdraw create request.