public interface AchService
| Modifier and Type | Method and Description | 
|---|---|
| PayeeACHAccount | getAchInformation(String idType,
                                  String payeeId,
                                  String achTransactionType)Retrieves a Payee's ACH record | 
| List<PayeeACHAccount> | getActiveAchAccounts()Gets all active PayeeAchAccounts. | 
PayeeACHAccount getAchInformation(String idType, String payeeId, String achTransactionType)
idType - type of payeepayeeId - unique identifier for payee (based on type)achTransactionType - ach transaction type for recordList<PayeeACHAccount> getActiveAchAccounts()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.