Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Struct Currency

    Implements
    IEquatable<Currency>
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Inttegro.Money
    Assembly: Inttegro.dll
    Syntax
    [JsonConverter(typeof(CurrencyJsonConverter))]
    public readonly record struct Currency : IEquatable<Currency>

    Constructors

    | Edit this page View Source

    Currency(string)

    Declaration
    public Currency(string Value)
    Parameters
    Type Name Description
    string Value

    Fields

    | Edit this page View Source

    CNY

    Declaration
    public static readonly Currency CNY
    Field Value
    Type Description
    Currency
    | Edit this page View Source

    EUR

    Declaration
    public static readonly Currency EUR
    Field Value
    Type Description
    Currency
    | Edit this page View Source

    GBP

    Declaration
    public static readonly Currency GBP
    Field Value
    Type Description
    Currency
    | Edit this page View Source

    GHS

    Declaration
    public static readonly Currency GHS
    Field Value
    Type Description
    Currency
    | Edit this page View Source

    USD

    Declaration
    public static readonly Currency USD
    Field Value
    Type Description
    Currency

    Properties

    | Edit this page View Source

    Value

    Declaration
    public string Value { get; init; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    ToString()

    Returns the fully qualified type name of this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    The fully qualified type name.

    Overrides
    ValueType.ToString()

    Implements

    IEquatable<T>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX