Class RateData
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class RateData
Properties
ExchangeRate
The exchange rate
Declaration
public decimal? ExchangeRate { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
InvertedExchangeRate
The inverted exchange rate
Declaration
public decimal? InvertedExchangeRate { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
MarkUp
The mark up applied on the rate (in percentage).
Declaration
public decimal? MarkUp { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
MarkUpBasis
The source of the rate the markup is based upon. If the cardholder and the merchant are based in Europe, the mark up is calculated based on the rates provided by the European Central Bank.
Declaration
public string MarkUpBasis { get; set; }
Property Value
Type | Description |
---|---|
string |
QuotationDateTime
The date and time of the quotation
Declaration
public DateTimeOffset QuotationDateTime { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |