C# Class Rock.Model.FinancialPersonBankAccountService

Service and data access class for Rock.Model.FinancialPersonBankAccount objects.
Mostrar archivo Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
Get ( string routingNumber, string accountNumber ) : FinancialPersonBankAccount

Gets the specified bank account record.

Method Details

Get() public method

Gets the specified bank account record.
public Get ( string routingNumber, string accountNumber ) : FinancialPersonBankAccount
routingNumber string The routing number.
accountNumber string The account number.
return FinancialPersonBankAccount