org.jpos.core
Interface CardTransactionResponse
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- ErrorResponse, ThinResponse
public interface CardTransactionResponse
- extends java.io.Serializable
- Since:
- jPOS 1.1
- Version:
- $Id: CardTransactionResponse.java 2594 2008-01-22 16:41:31Z apr $
- Author:
- apr@cs.com.uy
- See Also:
CardTransaction,
ErrorResponse
getImage
byte[] getImage()
throws CardAgentException
- provides a [signed] [encripted] serialized image of a given
previously processed transaction
(suitable to be saved on persistent storage)
- Returns:
- a serialized image of this transaction
- Throws:
CardAgentException
getAutCode
java.lang.String getAutCode()
getMessage
java.lang.String getMessage()
getAutNumber
java.lang.String getAutNumber()
isApproved
boolean isApproved()
canContinue
boolean canContinue()
isAuthoritative
boolean isAuthoritative()
getBatchName
java.lang.String getBatchName()