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
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