Class EnableReadersResponse
Encapsulates the details of the response to a request to enable or disable the card readers on the terminal.
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 EnableReadersResponse : SimpleResponse
Fields
View SourceSuccessful
Indicates if the enable / disable request was successful
Declaration
public bool Successful
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 |