All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.popbill.api.AccountCheckService Maven / Gradle / Ivy

There is a newer version: 1.65.3
Show newest version
package com.popbill.api;

/**
 * AccountCheck Service Interface.
 * 
 * @author John
 *
 */
public interface AccountCheckService extends BaseService{

	public float getUnitCost(String CorpNum) throws PopbillException;
	
	public ChargeInfo getChargeInfo(String CorpNum) throws PopbillException;
	
	AccountCheckInfo CheckAccountInfo(String MemberCorpNum, String BankCode, String AccountNumber) throws PopbillException;
	
	AccountCheckInfo CheckAccountInfo(String MemberCorpNum, String BankCode, String AccountNumber, String UserID) throws PopbillException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy