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

LoadAttributes() public method

Loads the attributes for the financial gateway.
public LoadAttributes ( FinancialGateway financialGateway ) : void
financialGateway FinancialGateway The financial gateway.
return void
        public void LoadAttributes( FinancialGateway financialGateway )
        {
            financialGateway.LoadAttributes();
        }