BankAccount.ProcessDeposit
Skip to content
mnscript
StringResult BankAccount.ProcessDeposit(number) 

Description ​

Processes a deposit from the user of the terminal's wallet to the bank account.

Arguments ​

number - The amount to deposit.

Returns ​

StringResult - A StringResult representing the success of the process.