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

    Contains details of the merchant. These are taken from the terminal’s configuration data, and it is reasonable for the ECR to ignore these values and use merchant details that are configured directly in the ECR.

    Inheritance
    System.Object
    ReceiptData.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

    Properties

    View Source

    Address

    Merchant street address

    Declaration
    public string Address { get; }
    Property Value
    Type Description
    System.String
    View Source

    City

    Merchant's town or city

    Declaration
    public string City { get; }
    Property Value
    Type Description
    System.String
    View Source

    Name

    Merchant name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    View Source

    OrganisationNumber

    Merchant's organisation number

    Declaration
    public string OrganisationNumber { get; }
    Property Value
    Type Description
    System.String
    View Source

    PhoneNumber

    Merchant's phone number

    Declaration
    public string PhoneNumber { get; }
    Property Value
    Type Description
    System.String
    View Source

    Zip

    Merchant's postal or zip code

    Declaration
    public string Zip { get; }
    Property 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
    • View Source
    In This Article
    Back to top Generated by DocFX