• 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 LastTransactionResponse.MerchantData

    Merchant details, taken from terminal configuration data. The ECR may have more precise merchent details that can be used instead.

    Inheritance
    System.Object
    LastTransactionResponse.MerchantData
    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)
    System.Object.ToString()
    Namespace: Westpay.Epas
    Assembly: EpasClientLibrary.dll
    Syntax
    public class MerchantData

    Fields

    View Source

    mAddress

    Merchant street address.

    Declaration
    public string mAddress
    Field Value
    Type Description
    System.String
    View Source

    mCity

    Merchant's town or city.

    Declaration
    public string mCity
    Field Value
    Type Description
    System.String
    View Source

    mName

    Merchant name.

    Declaration
    public string mName
    Field Value
    Type Description
    System.String
    View Source

    mOrganisationNumber

    Merchant's organisation number.

    Declaration
    public string mOrganisationNumber
    Field Value
    Type Description
    System.String
    View Source

    mPhoneNumber

    Merchant's phone number.

    Declaration
    public string mPhoneNumber
    Field Value
    Type Description
    System.String
    View Source

    mZip

    Merchant's postal or zip code.

    Declaration
    public string mZip
    Field Value
    Type Description
    System.String

    Methods

    View Source

    merchantSummary()

    Helper method to create a summary of the merchant details

    Declaration
    public string merchantSummary()
    Returns
    Type Description
    System.String

    Summary of the merchant details.

    • View Source
    In This Article
    Back to top Generated by DocFX