FileDocCategorySizeDatePackage
ProcessPaymentRemote.javaAPI DocExample606Fri Aug 03 17:52:22 BST 2001com.titan.processpayment

ProcessPaymentRemote

public interface ProcessPaymentRemote implements javax.ejb.EJBObject

Fields Summary
Constructors Summary
Methods Summary
public booleanbyCash(com.titan.customer.CustomerRemote customer, double amount)

public booleanbyCheck(com.titan.customer.CustomerRemote customer, CheckDO check, double amount)

public booleanbyCredit(com.titan.customer.CustomerRemote customer, CreditCardDO card, double amount)