• Articles
  • API Documentation
Search Results for

    Show / Hide Table of Contents
    • Westpay.Epas
      • AdminOperation
      • AdminResponse
      • AltMethodTransaction
      • ApiResult
      • AuthorisationChannel
      • AuthorisingEntity
      • BufferTools
      • CardAcceptedEventArgs
      • CurrencyCodes
      • EnableCardReaderOptions
      • EnableReadersResponse
      • EntryMethod
      • EpasClient
      • EpasClient.CardAcceptedNotification
      • EpasClient.CardActionNotification
      • EpasClient.EpasMessageReceiver
      • EpasClient.StatusNotification
      • ErrorConditions
      • IClientApp
      • LastTransactionResponse
      • LastTransactionResponse.CardData
      • LastTransactionResponse.DccData
      • LastTransactionResponse.EmvData
      • LastTransactionResponse.MerchantData
      • LastTransactionResponse.TransactionData
      • LoginResponse
      • LogLevel
      • LogoutResponse
      • OperatingParameters
      • PurchaseRequest
      • PurchaseTransactionAmounts
      • ReceiptData
      • ReceiptData.AuthorisationData
      • ReceiptData.CardData
      • ReceiptData.DccData
      • ReceiptData.EmvData
      • ReceiptData.MerchantData
      • ReceiptData.TransactionData
      • ReceiptData.TranslatedTextId
      • ReceiptVersion
      • RefundRequest
      • ServiceEnableType
      • SimpleResponse
      • TerminalEnvironment
      • TerminalNetworkConnection
      • TransactionOutcome
      • TransactionRequest
      • TransactionResponse
      • TransactionType
      • VerificationMethod

    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 Source

    mAdditionalCharges

    Added charges, typically for a cash advance transaction.

    Declaration
    public decimal mAdditionalCharges
    Field Value
    Type Description
    System.Decimal
    View Source

    mAlternativePaymentMethod

    Identifies an alternative payment method that was used.

    Declaration
    public string mAlternativePaymentMethod
    Field Value
    Type Description
    System.String
    View Source

    mCashback

    Cashback amount

    Declaration
    public decimal mCashback
    Field Value
    Type Description
    System.Decimal
    View Source

    mIsoCurrencyCode

    Three-letter ISO 4217 currency code for the transaction.

    Declaration
    public string mIsoCurrencyCode
    Field Value
    Type Description
    System.String
    View Source

    mNetAmount

    Net value of the purchase / refund.

    Declaration
    public decimal mNetAmount
    Field Value
    Type Description
    System.Decimal
    View Source

    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
    View Source

    mTimestamp

    Time of the transaction, according to the terminal.

    Declaration
    public DateTime? mTimestamp
    Field Value
    Type Description
    System.Nullable<System.DateTime>
    View Source

    mTip

    Tip set by the cardholder.

    Declaration
    public decimal mTip
    Field Value
    Type Description
    System.Decimal
    View Source

    mTxnType

    Transaction type.

    Declaration
    public TransactionType mTxnType
    Field Value
    Type Description
    TransactionType
    View Source

    mVat

    VAT amount, alraedy included in the Net Amount.

    Declaration
    public decimal mVat
    Field Value
    Type Description
    System.Decimal
    • View Source
    In This Article
    Back to top Generated by DocFX