Class LastTransactionResponse.DccData
The DCC class instance is included if Direct Currency Conversion was selected by the cardholder for the transaction.
Inheritance
Inherited Members
Namespace: Westpay.Epas
Assembly: EpasClientLibrary.dll
Syntax
public class DccData
Fields
View SourcemAmount
Transaction amount in the cardholder's currency.
Declaration
public decimal mAmount
Field Value
Type | Description |
---|---|
System.Decimal |
mCardScheme
"V" = Visa, "M" = Mastercard. This is a string to allow for future expansion.
Declaration
public string mCardScheme
Field Value
Type | Description |
---|---|
System.String |
mCustomerDisclaimer
Disclaimer text that must be included in the recipt.
Declaration
public string mCustomerDisclaimer
Field Value
Type | Description |
---|---|
System.String |
mExponent
Number of digits that follow the decimal point in the converted currency.
Declaration
public int mExponent
Field Value
Type | Description |
---|---|
System.Int32 |
mIsoCurrencyCode
ISO 4217 currency code of the converted currency
Declaration
public string mIsoCurrencyCode
Field Value
Type | Description |
---|---|
System.String |
mIsoCurrencyNumber
ISO 4217 currency number of the converted currency.
Declaration
public int mIsoCurrencyNumber
Field Value
Type | Description |
---|---|
System.Int32 |
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 |
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 |
mMerchantDisclaimer
Merchant Disclaimer .
Declaration
public string mMerchantDisclaimer
Field Value
Type | Description |
---|---|
System.String |
mProvider
DCC rate provider.
Declaration
public string mProvider
Field Value
Type | Description |
---|---|
System.String |
mRate
Conversion rate.
Declaration
public decimal mRate
Field Value
Type | Description |
---|---|
System.Decimal |
mRateTimestamp
The timestamp when the rate was calculated.
Declaration
public DateTime mRateTimestamp
Field Value
Type | Description |
---|---|
System.DateTime |
mSource
DCC rate source.
Declaration
public string mSource
Field Value
Type | Description |
---|---|
System.String |
mTip
The value of any added tip, given in the converted currency.
Declaration
public decimal mTip
Field Value
Type | Description |
---|---|
System.Decimal |