|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Contains the results obtained from performing a payment on the point-of-sale system.
A PaymentResult
is returned from a request to tender payment on the point-of-sale system.
Results from tendering operation are put in the PaymentResult
object and returned to
the client.
Method Summary | |
---|---|
java.lang.String |
getApprovalCode()
Gets the EFT approval code |
java.util.Iterator |
getLegalText()
Gets an iterator for the Legal text associated with tender |
java.lang.String |
getMaskedAccountNumber()
Gets the masked payment card account number in this PaymentResult .
|
java.lang.String |
getReferenceNumber()
Gets the reference number associated with the payment tender in this PaymentResult .
|
java.lang.String |
getResponseCode()
Gets the EFT response code |
java.lang.String |
getSequenceNumber()
Gets the EFT sequence number |
java.lang.String |
toString()
Convert the PaymentResult details into a string |
Methods inherited from interface com.ibm.retail.saf.provider.POSResult |
---|
getExceptions, hasExceptions |
Methods inherited from interface com.ibm.retail.saf.provider.POSInfo |
---|
getExtendedAttribute, getExtendedAttributeNames, removeExtendedAttribute, setExtendedAttribute |
Method Detail |
public java.lang.String getMaskedAccountNumber()
PaymentResult
.
public java.lang.String getReferenceNumber()
PaymentResult
.
public java.lang.String getResponseCode()
public java.lang.String getApprovalCode()
public java.lang.String getSequenceNumber()
public java.util.Iterator getLegalText()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |