Session Properties
If the POS has included data in the XML to EFTLink that for some reason is not mapped into the existing API objects, there is still a means of drilling down into the Session for more detail. The EPSHost Interface includes a getSession() method returning an EPSSession object. This is primarily there to allow access to session variables when processing methods that do not use EPSRequest, such as logon() or maintenance(), but the EPSSession Interface reference can also be cast back to the appropriate underlying OPIXxxSession object to get access to the relevant session properties and even to the XML Document objects.