|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
Method Summary | |
---|---|
java.lang.String |
getAccountNumber()
Returns the Credit Card Number |
java.math.BigDecimal |
getAuthorizedAmount()
Returns the amount for which the card was authorised for. |
java.lang.String |
getCardVerificationValue()
Returns the verification code. |
java.util.Date |
getExpirationDate()
Returns the Credit card expiration date. |
java.lang.String |
getTenderTypeCode()
Returns the payment type code used for this payment. |
Methods inherited from interface com.retek.component.internet.ExAPayment |
---|
cancel, getAmount, getId, isCancelled |
Method Detail |
public java.lang.String getAccountNumber()
public java.lang.String getCardVerificationValue()
public java.util.Date getExpirationDate()
public java.math.BigDecimal getAuthorizedAmount()
public java.lang.String getTenderTypeCode()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |