public interface PaymentStatus
extends java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
static final java.lang.String CLASS_VERSION
java.lang.String getTransactionId()
double getAmount()
boolean getTransactionSuccess()
java.lang.String getErrorMessage()
java.util.Date getTransactionTimestamp()