BankSettings

public class BankSettings

Utilities for interacting with the bank settings

Types

WithdrawQuantity
Link copied to clipboard
public enum WithdrawQuantity

Functions

getDefaultWithdrawQuantity
Link copied to clipboard
static int getDefaultWithdrawQuantity()
Gets the default withdraw quantity
getWithdrawQuantity
Link copied to clipboard
static BankSettings.WithdrawQuantity getWithdrawQuantity()
Gets the withdraw quantity
getWithdrawXQuantity
Link copied to clipboard
static int getWithdrawXQuantity()
Gets the withdraw-x quantity
isBankInventoryItemOptionEnabled
Link copied to clipboard
static boolean isBankInventoryItemOptionEnabled()
Checks if bank inventory item option is enabled
isDepositEquipmentEnabled
Link copied to clipboard
static boolean isDepositEquipmentEnabled()
Checks if deposit equipment is enabled
isNoteEnabled
Link copied to clipboard
static boolean isNoteEnabled()
Checks if noting is enabled (ex.
isPlaceholdersEnabled
Link copied to clipboard
static boolean isPlaceholdersEnabled()
Checks if placeholders are enabled
isPlaceholdersOn
Link copied to clipboard
static boolean isPlaceholdersOn()
Checks if placeholders are enabled
setNoteEnabled
Link copied to clipboard
static boolean setNoteEnabled(boolean enabled)
Attempts to enable/disable noting
setWithdrawQuantity
Link copied to clipboard
static boolean setWithdrawQuantity(BankSettings.WithdrawQuantity withdrawQuantity)
Attempts to set the withdraw quantity
setWithdrawXQuantity
Link copied to clipboard
static boolean setWithdrawXQuantity(int quantity)
Attempts to set the specified withdraw-x quantity