|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PaymentStatus
This interface defines a payment transaction status. It encapsulates basic transaction information returned from a payment system.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
|
| Method Summary | |
|---|---|
double |
getAmount()
The amount that was submitted for the transaction |
java.lang.String |
getErrorMessage()
A message describing the transaction failure |
java.lang.String |
getTransactionId()
A unique transaction Id returned from the payment system |
boolean |
getTransactionSuccess()
Indicates if the transaction succeeded or failed |
java.util.Date |
getTransactionTimestamp()
Date when the transaction is initiated |
| Field Detail |
|---|
static final java.lang.String CLASS_VERSION
| Method Detail |
|---|
java.lang.String getTransactionId()
double getAmount()
boolean getTransactionSuccess()
java.lang.String getErrorMessage()
java.util.Date getTransactionTimestamp()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||