public abstract class PCActionResult
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
PCAbstractError |
getError()
Returns the error in case the processing has failed or null in case of success
|
PCTransaction |
getTransaction()
Transaction which is processed
|
public PCTransaction getTransaction()
PCTransaction
objectpublic PCAbstractError getError()
PCAbstractError