BankAccount class ​
No description available
Functions ​
mnscript
number BankAccount.GetAccountID()
- Returns the account ID for the account.
mnscript
BankAccountType BankAccount.GetAccountType()
- Returns the BankAccountType object of the account.
mnscript
number BankAccount.GetBalance()
- Returns the account balance.
- Returns the bank which the account belongs to.
- Returns the business ID for the bank which the account belongs to.
mnscript
string BankAccount.GetIssuedBy()
- Returns the SteamID who created the account.
mnscript
string BankAccount.GetOwnerSteamID()
- Returns the account owner SteamID.
mnscript
bool BankAccount.HasManagementAccess()
- Returns whether the terminal (and user) have access to manage this account.
mnscript
StringResult BankAccount.ProcessDeposit(number)
- Processes a deposit from the user of the terminal's wallet to the bank account.
mnscript
StringResult BankAccount.ProcessTransfer(BankAccount, number)
- Processes a transfer from one bank account to another.
mnscript
StringResult BankAccount.ProcessWithdraw(number)
- Processes a withdraw from the user of the terminal's wallet to the bank account.