com.retek.component.internet
Interface ExACreditCardPayment

All Superinterfaces:
ExAPayment, ExAPaymentBase
All Known Implementing Classes:
ExACreditCardPaymentImpl

public interface ExACreditCardPayment
extends ExAPayment

This is a high level interface which controls access to credit card payment information for the external API.

Retek Inc. Copyright (c) 2003


Field Summary
 
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
 
Method Summary
 java.lang.String getAccountNumber()
           
 java.math.BigDecimal getAuthorizedAmount()
           
 java.lang.String getCardVerificationValue()
           
 java.util.Date getExpirationDate()
           
 java.lang.String getTenderTypeCode()
           
 
Methods inherited from interface com.retek.component.internet.ExAPayment
cancel, getAmount, getId, isCancelled
 

Method Detail

getAccountNumber

public java.lang.String getAccountNumber()

getCardVerificationValue

public java.lang.String getCardVerificationValue()

getExpirationDate

public java.util.Date getExpirationDate()

getAuthorizedAmount

public java.math.BigDecimal getAuthorizedAmount()

getTenderTypeCode

public java.lang.String getTenderTypeCode()


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