com.retek.component.internet
Interface ExACreditCardPaymentRequest

All Superinterfaces:
ExAPaymentBase, ExAPaymentRequest

public interface ExACreditCardPaymentRequest
extends ExAPaymentRequest

This is a high level interface which maintains 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
 void setAccountNumber(java.lang.String accountNumber)
          Sets the Credit Card Number
 void setCardVerificationValue(java.lang.String cardVerificationValue)
          Sets the verification code.
 void setExpirationDate(java.util.Date expirationDate)
          Sets the Credit card expiration date.
 void setTenderTypeCode(java.lang.String tenderTypeCode)
          Sets the payment type code used for this payment.
 
Methods inherited from interface com.retek.component.internet.ExAPaymentRequest
setAmount
 

Method Detail

setAccountNumber

public void setAccountNumber(java.lang.String accountNumber)
Sets the Credit Card Number


setCardVerificationValue

public void setCardVerificationValue(java.lang.String cardVerificationValue)
Sets the verification code.


setExpirationDate

public void setExpirationDate(java.util.Date expirationDate)
Sets the Credit card expiration date.


setTenderTypeCode

public void setTenderTypeCode(java.lang.String tenderTypeCode)
Sets the payment type code used for this payment. There are tender type code associated with each payment type.



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25