inputPin

static boolean inputPin()

Inputs the bank pin for the current account as per the Account Manager.

Return

True if the pin was passed. False otherwise.

static boolean inputPin(String pin)

Inputs the bank pin.

Return

True if the pin was passed. False otherwise.

Parameters

pin

The 4 digit pin in string form. Ex: "1234".