|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a high level interface which maintains credit card payment information for the external API.
Retek Inc. Copyright (c) 2003
Field Summary |
---|
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 |
public void setAccountNumber(java.lang.String accountNumber)
public void setCardVerificationValue(java.lang.String cardVerificationValue)
public void setExpirationDate(java.util.Date expirationDate)
public void setTenderTypeCode(java.lang.String tenderTypeCode)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |