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 SourceAddress
Merchant street address
Declaration
public string Address { get; }
Property Value
Type | Description |
---|---|
System.String |
City
Merchant's town or city
Declaration
public string City { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Merchant name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
OrganisationNumber
Merchant's organisation number
Declaration
public string OrganisationNumber { get; }
Property Value
Type | Description |
---|---|
System.String |
PhoneNumber
Merchant's phone number
Declaration
public string PhoneNumber { get; }
Property Value
Type | Description |
---|---|
System.String |
Zip
Merchant's postal or zip code
Declaration
public string Zip { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
View SourceMerchantSummary()
Helper method to create a summary of the merchant details
Declaration
public string MerchantSummary()
Returns
Type | Description |
---|---|
System.String |