Class LastTransactionResponse.TransactionData
The TransactionData class contains data elements describing the transaction.
Inheritance
System.Object
LastTransactionResponse.TransactionData
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 TransactionData
Fields
View SourcemAdditionalCharges
Added charges, typically for a cash advance transaction.
Declaration
public decimal mAdditionalCharges
Field Value
Type | Description |
---|---|
System.Decimal |
mAlternativePaymentMethod
Identifies an alternative payment method that was used.
Declaration
public string mAlternativePaymentMethod
Field Value
Type | Description |
---|---|
System.String |
mCashback
Cashback amount
Declaration
public decimal mCashback
Field Value
Type | Description |
---|---|
System.Decimal |
mIsoCurrencyCode
Three-letter ISO 4217 currency code for the transaction.
Declaration
public string mIsoCurrencyCode
Field Value
Type | Description |
---|---|
System.String |
mNetAmount
Net value of the purchase / refund.
Declaration
public decimal mNetAmount
Field Value
Type | Description |
---|---|
System.Decimal |
mReference
The transaction reference assigned by the terminal. This is used if the transaction must be reversed.
Declaration
public string mReference
Field Value
Type | Description |
---|---|
System.String |
mTimestamp
Time of the transaction, according to the terminal.
Declaration
public DateTime? mTimestamp
Field Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
mTip
Tip set by the cardholder.
Declaration
public decimal mTip
Field Value
Type | Description |
---|---|
System.Decimal |
mTxnType
Transaction type.
Declaration
public TransactionType mTxnType
Field Value
Type | Description |
---|---|
TransactionType |
mVat
VAT amount, alraedy included in the Net Amount.
Declaration
public decimal mVat
Field Value
Type | Description |
---|---|
System.Decimal |