Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class AmountParams

    Inheritance
    object
    AmountParams
    PriceParams
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro.Money
    Assembly: Inttegro.dll
    Syntax
    public class AmountParams

    Properties

    | Edit this page View Source

    Currency

    Declaration
    [JsonPropertyName("currency")]
    public Currency Currency { get; set; }
    Property Value
    Type Description
    Currency
    | Edit this page View Source

    Value

    Declaration
    [JsonPropertyName("value")]
    public long Value { get; set; }
    Property Value
    Type Description
    long
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX