Rock.Financial.GatewayComponent.PromptForBankAccountName C# (CSharp) 메소드

PromptForBankAccountName() 공개 메소드

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