Class LogoutResponse
The LogoutResponse class encapsulates the result of a logout request
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Westpay.Epas
Assembly: EpasClientLibrary.dll
Syntax
public class LogoutResponse : SimpleResponse
Fields
View SourceLoggedOut
If set to true then the ECR has logged out of the terminal.
Declaration
public bool LoggedOut
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
View SourceToString()
String representation for debugging
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | Summary of the response |