Search Results for

    Show / Hide Table of Contents

    Class RateData

    Inheritance
    object
    RateData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In This Article
    Back to top Copyright (c) 2024 Worldline Financial Services (Europe) SA