• 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.DccData

    The DCC class instance is included if Direct Currency Conversion was selected by the cardholder for the transaction.

    Inheritance
    System.Object
    LastTransactionResponse.DccData
    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 DccData

    Fields

    View Source

    mAmount

    Transaction amount in the cardholder's currency.

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

    mCardScheme

    "V" = Visa, "M" = Mastercard. This is a string to allow for future expansion.

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

    mCustomerDisclaimer

    Disclaimer text that must be included in the recipt.

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

    mExponent

    Number of digits that follow the decimal point in the converted currency.

    Declaration
    public int mExponent
    Field Value
    Type Description
    System.Int32
    View Source

    mIsoCurrencyCode

    ISO 4217 currency code of the converted currency

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

    mIsoCurrencyNumber

    ISO 4217 currency number of the converted currency.

    Declaration
    public int mIsoCurrencyNumber
    Field Value
    Type Description
    System.Int32
    View Source

    mMarkUp

    The conversion charge / mark up as a percentage. This is included in the total.

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

    mMarkUpDescription

    Text description of the MarkUp charge, required by some DCC providers. If set, this should be printed on the line after the MarkUp value.

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

    mMerchantDisclaimer

    Merchant Disclaimer .

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

    mProvider

    DCC rate provider.

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

    mRate

    Conversion rate.

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

    mRateTimestamp

    The timestamp when the rate was calculated.

    Declaration
    public DateTime mRateTimestamp
    Field Value
    Type Description
    System.DateTime
    View Source

    mSource

    DCC rate source.

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

    mTip

    The value of any added tip, given in the converted currency.

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