org.kuali.kfs.pdp.service
Interface AchService

All Known Implementing Classes:
AchServiceImpl

public interface AchService

Provides service methods for retrieving ACH information


Method Summary
 PayeeACHAccount getAchInformation(String idType, String payeeId, String achTransactionType)
          Retrieves a Payee's ACH record
 

Method Detail

getAchInformation

PayeeACHAccount getAchInformation(String idType,
                                  String payeeId,
                                  String achTransactionType)
Retrieves a Payee's ACH record

Parameters:
idType - type of payee
payeeId - unique identifier for payee (based on type)
achTransactionType - ach transaction type for record
Returns:
PayeeAchAccount


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.