FileDocCategorySizeDatePackage
ProcessPaymentRemote.javaAPI DocExample586Fri Jul 27 09:46:42 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)