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;
        }