Search Results for

    Show / Hide Table of Contents

    Class AmountOfMoney

    Inheritance
    object
    AmountOfMoney
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class AmountOfMoney

    Properties

    Amount

    Amount in cents and always having 2 decimals

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

    CurrencyCode

    Three-letter ISO currency code representing the currency for the amount

    Declaration
    public string CurrencyCode { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.