com.retek.component.customerorder
Interface PaymentAuthorizationResponse
- All Known Subinterfaces:
- CustomerOrderCreditCardPaymentAuthorizationResponse, CustomerOrderRewardCertificatePaymentAuthorizationResponse, CustomerOrderStoredValueCardPaymentAuthorizationResponse
- public interface PaymentAuthorizationResponse
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
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 © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25