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

PromptForNameOnCard() public method

Gets a value indicating whether the gateway requires the name on card for CC processing
public PromptForNameOnCard ( FinancialGateway financialGateway ) : bool
financialGateway FinancialGateway The financial gateway.
return bool
        public virtual bool PromptForNameOnCard( FinancialGateway financialGateway )
        {
            return true;
        }