Uses of Interface
com.retek.component.payment.Payment

Packages that use Payment
com.retek.component.payment   
 

Uses of Payment in com.retek.component.payment
 

Subinterfaces of Payment in com.retek.component.payment
 interface CashPayment
          The CashPayment interface does not currently contain any additional functionality beyond what is found in the Payment interface.
 interface CheckPayment
          This interface CheckPayment is a form of payment with information specific to payments made by check.
 interface CreditCardPayment
          This interface CreditCardPayment extends the base Payment interface by adding new methods and fields specific to Credit Card payments.
 interface GiftCertificatePayment
          This interface GiftCertificatePayment is similar to MerchandiseCertificatePayment in that it extends Payment via the addition of a control number.
 interface MerchandiseCertificatePayment
          This interface MerchandiseCertificatePayment is similar to GiftCertificatePayment in that it extends Payment via the addition of a control number.
 interface MoneyOrderPayment
          MoneyOrderPayment is not yet functionally implemented in the API despite the presence of this interface and should not be used.
 interface RewardCertificatePayment
          Issued by a third party PLCC company when a customer reaches a certain threshold of charges on their credit card.
 interface StoredValueCardPayment
          Provides methods needed to interact with a stored value card payment.
 

Methods in com.retek.component.payment that return Payment
 Payment Payment.allocateSettlement(Money amount, RDate dateOfPurchase)
           
 



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25