Rock.Financial.GatewayComponent.PromptForBankAccountName C# (CSharp) Method

PromptForBankAccountName() public method

Prompts the name of for bank account.
public PromptForBankAccountName ( FinancialGateway financialGateway ) : bool
financialGateway FinancialGateway The financial gateway.
return bool
        public virtual bool PromptForBankAccountName( FinancialGateway financialGateway )
        {
            return false;
        }