| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CreditCardStatus
This class defines a credit card payment transaction status. It encapsulates basic transaction information returned from a credit card payment system.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSION | 
| Method Summary | |
|---|---|
|  java.util.Date | getAuthorizationExpiration()Authorization expiration date returned by some payment systems | 
|  java.lang.String | getAvsCode()Address Verification Result returned from authorization | 
|  java.lang.String | getAvsDescriptiveResult()A full descriptive address verification result message | 
| Methods inherited from interface atg.payment.PaymentStatus | 
|---|
| getAmount, getErrorMessage, getTransactionId, getTransactionSuccess, getTransactionTimestamp | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
java.util.Date getAuthorizationExpiration()
java.lang.String getAvsCode()
java.lang.String getAvsDescriptiveResult()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||