Class LastTransactionResponse.EmvData
The EmvData class instance is included if the card used involved EMV data.
Inheritance
System.Object
LastTransactionResponse.EmvData
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 EmvData
Fields
View SourcemApplicationId
The ApplicationId (AID) involved in the transaction.
Declaration
public string mApplicationId
Field Value
Type | Description |
---|---|
System.String |
mTerminalVerificationResults
Terminal Verification Results, presented as a string.
Declaration
public string mTerminalVerificationResults
Field Value
Type | Description |
---|---|
System.String |
mTransactionStatusIndicator
Transaction Status Indicator, presented as a string.
Declaration
public string mTransactionStatusIndicator
Field Value
Type | Description |
---|---|
System.String |