Search Results for

    Show / Hide Table of Contents

    Class DccData

    Inheritance
    object
    DccData
    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 DccData

    Properties

    Amount

    Amount of transaction formatted according to card scheme specifications. E.g. 100 for 1.00 EUR.

    Declaration
    public long? Amount { get; set; }
    Property Value
    Type Description
    long?

    ConversionRate

    Currency conversion rate in decimal notation.

    Declaration
    public decimal? ConversionRate { get; set; }
    Property Value
    Type Description
    decimal?

    CurrencyCode

    Alpha-numeric ISO 4217 currency code for transaction, e.g. EUR

    Declaration
    public string CurrencyCode { get; set; }
    Property Value
    Type Description
    string

    NumberOfDecimals

    Number of decimals in the amount

    Declaration
    public int? NumberOfDecimals { get; set; }
    Property Value
    Type Description
    int?
    In This Article
    Back to top Copyright (c) 2024 Worldline Financial Services (Europe) SA