FileDocCategorySizeDatePackage
ProcessPayment.javaAPI DocExample568Thu Dec 16 20:12:06 GMT 1999com.titan.processpayment

ProcessPayment

public interface ProcessPayment implements javax.ejb.EJBObject

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

public booleanbyCheck(com.titan.customer.Customer customer, Check check, double amount)

public booleanbyCredit(com.titan.customer.Customer customer, CreditCard card, double amount)