• Articles
  • API Documentation
Search Results for

    Show / Hide Table of Contents
    • Westpay.Epas
      • AdminOperation
      • AdminResponse
      • AltMethodTransaction
      • ApiResult
      • AuthorisationChannel
      • AuthorisingEntity
      • BufferTools
      • CardAcceptedEventArgs
      • CurrencyCodes
      • EnableCardReaderOptions
      • EnableReadersResponse
      • EntryMethod
      • EpasClient
      • EpasClient.CardAcceptedNotification
      • EpasClient.CardActionNotification
      • EpasClient.EpasMessageReceiver
      • EpasClient.StatusNotification
      • ErrorConditions
      • IClientApp
      • LastTransactionResponse
      • LastTransactionResponse.CardData
      • LastTransactionResponse.DccData
      • LastTransactionResponse.EmvData
      • LastTransactionResponse.MerchantData
      • LastTransactionResponse.TransactionData
      • LoginResponse
      • LogLevel
      • LogoutResponse
      • OperatingParameters
      • PurchaseRequest
      • PurchaseTransactionAmounts
      • ReceiptData
      • ReceiptData.AuthorisationData
      • ReceiptData.CardData
      • ReceiptData.DccData
      • ReceiptData.EmvData
      • ReceiptData.MerchantData
      • ReceiptData.TransactionData
      • ReceiptData.TranslatedTextId
      • ReceiptVersion
      • RefundRequest
      • ServiceEnableType
      • SimpleResponse
      • TerminalEnvironment
      • TerminalNetworkConnection
      • TransactionOutcome
      • TransactionRequest
      • TransactionResponse
      • TransactionType
      • VerificationMethod

    Class EnableReadersResponse

    Encapsulates the details of the response to a request to enable or disable the card readers on the terminal.

    Inheritance
    System.Object
    SimpleResponse
    EnableReadersResponse
    Inherited Members
    SimpleResponse.Result
    SimpleResponse.ErrorCondition
    SimpleResponse.AdditionalInformation
    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 Source

    Successful

    Indicates if the enable / disable request was successful

    Declaration
    public bool Successful
    Field Value
    Type Description
    System.Boolean

    Methods

    View Source

    ToString()

    String representation for debugging

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    Summary of the response

    Overrides
    SimpleResponse.ToString()
    • View Source
    In This Article
    Back to top Generated by DocFX