Uses of Interface
com.retek.component.customerorder.PaymentAuthorizationResponse

Packages that use PaymentAuthorizationResponse
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
 

Uses of PaymentAuthorizationResponse in com.retek.component.customerorder
 

Subinterfaces of PaymentAuthorizationResponse in com.retek.component.customerorder
 interface CustomerOrderCreditCardPaymentAuthorizationResponse
          This interface CustomerOrderCreditCardPaymentAuthorizationResponse is used to hold authorization codes and dates for authorizations of credit cards, containing the additional AVS and CVV response codes.
 interface CustomerOrderRewardCertificatePaymentAuthorizationResponse
          This interface CustomerOrderRewardCertificatePaymentAuthorizationResponse is used to hold authorization response results for reward certificate payments.
 interface CustomerOrderStoredValueCardPaymentAuthorizationResponse
          This interface CustomerOrderStoredValueCardPaymentAuthorizationResponse is used to hold authorization response results for stored value card payments.
 

Methods in com.retek.component.customerorder that return PaymentAuthorizationResponse
 PaymentAuthorizationResponse CustomerOrderPayment.getPaymentAuthorizationResponse()
           
 

Uses of PaymentAuthorizationResponse in com.retek.component.customerorder.impl
 

Classes in com.retek.component.customerorder.impl that implement PaymentAuthorizationResponse
 class CustomerOrderCreditCardPaymentAuthorizationResponseImpl
           
 class CustomerOrderRewardCertificatePaymentAuthorizationResponseImpl
           
 class CustomerOrderStoredValueCardPaymentAuthorizationResponseImpl
           
 class PaymentAuthorizationResponseImpl
           
 

Methods in com.retek.component.customerorder.impl that return PaymentAuthorizationResponse
 PaymentAuthorizationResponse CustomerOrderPaymentImpl.getPaymentAuthorizationResponse()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type PaymentAuthorizationResponse
 void CustomerOrderPaymentImpl.setPaymentAuthorizationResponse(PaymentAuthorizationResponse paymentAuthorizationResponse)
           
 



Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28