com.retek.component.payment.integration.rewardcertificate
Class RewardCertificateAuthorizationResponse
java.lang.Object
com.retek.component.payment.integration.rewardcertificate.RewardCertificateAuthorizationResponse
- public final class RewardCertificateAuthorizationResponse
- extends java.lang.Object
A credit card authorization response returned from a third-party credit card processing system.
This is a back-end integration API, used for internal communication with the authorization system;
it is distinct from the front-end payment API, which has more fields, and is entwined with the
RCOM architecture.
(Note: add request ID when we move to asynchronous authorization.)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RewardCertificateAuthorizationResponse
public RewardCertificateAuthorizationResponse()
getStatus
public RewardCertificateAuthorizationStatus getStatus()
getCertificateValue
public java.math.BigDecimal getCertificateValue()
getAuthorizationDate
public java.util.Date getAuthorizationDate()
setStatus
public void setStatus(RewardCertificateAuthorizationStatus status)
setCertificateValue
public void setCertificateValue(java.math.BigDecimal certificateValue)
setAuthorizationDate
public void setAuthorizationDate(java.util.Date authorizationDate)
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25