org.kuali.kfs.pdp.service
Interface AchService
- All Known Implementing Classes:
- AchServiceImpl
public interface AchService
Provides service methods for retrieving ACH information
getAchInformation
PayeeACHAccount getAchInformation(String idType,
String payeeId,
String achTransactionType)
- Retrieves a Payee's ACH record
- Parameters:
idType
- type of payeepayeeId
- unique identifier for payee (based on type)achTransactionType
- ach transaction type for record
- Returns:
- PayeeAchAccount
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.