Returns true if the bank has been setup correctly. Otherwise, it'll return false and attempt to resolve the incorrect bank setup automatically. You should check the return value of this method in an if statement and prevent execution while false.
Conditions which are resolved and considered incorrect:
Bank is not on the first tab
Bank withdraw quantity state is not set to 1 (Not custom withdraw quantity)
Returns boolean
true if bank is setup correctly, false if internally resolving issues
Returns true if the bank has been setup correctly. Otherwise, it'll return false and attempt to resolve the incorrect bank setup automatically. You should check the return value of this method in an if statement and prevent execution while false.
Conditions which are resolved and considered incorrect: