com.retek.component.customerorder
Interface PaymentAuthorizationResponse

All Superinterfaces:
BusinessObject, SecondClassObject
All Known Subinterfaces:
CustomerOrderCreditCardPaymentAuthorizationResponse, CustomerOrderRewardCertificatePaymentAuthorizationResponse, CustomerOrderStoredValueCardPaymentAuthorizationResponse
All Known Implementing Classes:
CustomerOrderCreditCardPaymentAuthorizationResponseImpl, CustomerOrderRewardCertificatePaymentAuthorizationResponseImpl, CustomerOrderStoredValueCardPaymentAuthorizationResponseImpl, PaymentAuthorizationResponseImpl

public interface PaymentAuthorizationResponse
extends SecondClassObject

This interface PaymentAuthorizationResponse is used to hold authorization codes and dates for authorizations of any tender type that requires authorization.

Retek Inc. Copyright (c) 2003


Method Summary
 java.lang.String getAuthorizationCode()
           
 RDate getAuthorizationDate()
           
 java.lang.String getResultCode()
           
 void setAuthorizationCode(java.lang.String authorizationCode)
           
 void setAuthorizationDate(RDate authorizationDate)
           
 void setResultCode(java.lang.String resultCode)
           
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

getResultCode

public java.lang.String getResultCode()

getAuthorizationDate

public RDate getAuthorizationDate()

getAuthorizationCode

public java.lang.String getAuthorizationCode()

setAuthorizationCode

public void setAuthorizationCode(java.lang.String authorizationCode)

setResultCode

public void setResultCode(java.lang.String resultCode)

setAuthorizationDate

public void setAuthorizationDate(RDate authorizationDate)


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