com.retek.component.internet.impl
Class ExACreditCardPaymentImpl
java.lang.Object
com.retek.component.internet.impl.ExAPaymentImpl
com.retek.component.internet.impl.ExACreditCardPaymentImpl
- All Implemented Interfaces:
- ExACreditCardPayment, ExACreditCardPaymentRequest, ExAPayment, ExAPaymentBase, ExAPaymentRequest
- public class ExACreditCardPaymentImpl
- extends ExAPaymentImpl
- implements ExACreditCardPayment, ExACreditCardPaymentRequest
Fields inherited from interface com.retek.component.internet.ExAPaymentBase |
AMERICAN_EXPRESS_CREDIT_CARD_CODE, CASH_CODE, CHECK_CODE, DINERS_CLUB_CREDIT_CARD_CODE, DISCOVER_CREDIT_CARD_CODE, ENROUTE_CREDIT_CARD_CODE, GIFT_CARD_VOUCHER_CODE, GIFT_CERTIFICATE_VOUCHER_CODE, JAPANESE_CREDIT_BUREAU_CREDIT_CARD_CODE, MASTERCARD_CREDIT_CARD_CODE, MERCHANDISE_CARD_VOUCHER_CODE, MERCHANDISE_CERTIFICATE_VOUCHER_CODE, MONEY_ORDER_CODE, REWARD_CERTIFICATE_VOUCHER_CODE, VISA_CREDIT_CARD_CODE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExACreditCardPaymentImpl
public ExACreditCardPaymentImpl()
getAccountNumber
public java.lang.String getAccountNumber()
- Specified by:
getAccountNumber
in interface ExACreditCardPayment
getCardVerificationValue
public java.lang.String getCardVerificationValue()
- Specified by:
getCardVerificationValue
in interface ExACreditCardPayment
getExpirationDate
public java.util.Date getExpirationDate()
- Specified by:
getExpirationDate
in interface ExACreditCardPayment
getAuthorizedAmount
public java.math.BigDecimal getAuthorizedAmount()
- Specified by:
getAuthorizedAmount
in interface ExACreditCardPayment
setAccountNumber
public void setAccountNumber(java.lang.String accountNumber)
- Specified by:
setAccountNumber
in interface ExACreditCardPaymentRequest
setCardVerificationValue
public void setCardVerificationValue(java.lang.String cardVerificationValue)
- Specified by:
setCardVerificationValue
in interface ExACreditCardPaymentRequest
setExpirationDate
public void setExpirationDate(java.util.Date expirationDate)
- Specified by:
setExpirationDate
in interface ExACreditCardPaymentRequest
setAuthorizedAmount
public void setAuthorizedAmount(java.math.BigDecimal authorizedAmount)
getTenderTypeCode
public java.lang.String getTenderTypeCode()
- Specified by:
getTenderTypeCode
in interface ExACreditCardPayment
setTenderTypeCode
public void setTenderTypeCode(java.lang.String tenderTypeCode)
- Specified by:
setTenderTypeCode
in interface ExACreditCardPaymentRequest
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28