Table of Contents

Class Amount

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

The amount model.

public class Amount
Inheritance
Amount
Inherited Members

Properties

Currency

The currency of the amount

[JsonProperty("Currency", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Currency { get; set; }

Property Value

string

Value

The value of the amount

[JsonProperty("Value", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public decimal Value { get; set; }

Property Value

decimal