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

PromptForBillingAddress() public method

Gets a value indicating whether [address required].
public PromptForBillingAddress ( FinancialGateway financialGateway ) : bool
financialGateway FinancialGateway The financial gateway.
return bool
        public virtual bool PromptForBillingAddress( FinancialGateway financialGateway )
        {
            return true;
        }