Rock.Financial.GatewayComponent.PromptForBillingAddress C# (CSharp) Метод

PromptForBillingAddress() публичный Метод

Gets a value indicating whether [address required].
public PromptForBillingAddress ( FinancialGateway financialGateway ) : bool
financialGateway FinancialGateway The financial gateway.
Результат bool
        public virtual bool PromptForBillingAddress( FinancialGateway financialGateway )
        {
            return true;
        }