Class LastTransactionResponse.CardData
Card details.
Inheritance
System.Object
LastTransactionResponse.CardData
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 CardData
Fields
View SourcemCardName
The card name.
Declaration
public string mCardName
Field Value
Type | Description |
---|---|
System.String |
mCustomerPAN
The masked card number provided in the customer receipt from the terminal.
Declaration
public string mCustomerPAN
Field Value
Type | Description |
---|---|
System.String |
mMerchantPAN
The masked card number provided in the merchant receipt from the terminal.
Declaration
public string mMerchantPAN
Field Value
Type | Description |
---|---|
System.String |