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 SourcemAddress
Merchant street address.
Declaration
public string mAddress
Field Value
Type | Description |
---|---|
System.String |
mCity
Merchant's town or city.
Declaration
public string mCity
Field Value
Type | Description |
---|---|
System.String |
mName
Merchant name.
Declaration
public string mName
Field Value
Type | Description |
---|---|
System.String |
mOrganisationNumber
Merchant's organisation number.
Declaration
public string mOrganisationNumber
Field Value
Type | Description |
---|---|
System.String |
mPhoneNumber
Merchant's phone number.
Declaration
public string mPhoneNumber
Field Value
Type | Description |
---|---|
System.String |
mZip
Merchant's postal or zip code.
Declaration
public string mZip
Field 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 | Summary of the merchant details. |