Class LoginResponse
The LoginResponse class encapsulates the result of a login 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 LoginResponse : SimpleResponse
Fields
View SourceLoggedIn
If set to true then the ECR has logged in to the terminal.
Declaration
public readonly bool LoggedIn
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Remarks
If true, the login request was successful. Otherwise the login request failed and further details can be
found in the ErrorCondition and AdditionalInformation properties.
Methods
View SourceToString()
String representation for debugging
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String | Summary of the response |