create

abstract suspend fun create(depositCreate: DepositCreate): CustomerDeposit

Creates a Deposit.

Return

A CustomerDeposit object

Parameters

depositCreate

The deposit create request.