Class Amount
Represents an amount in a currency
Constructors
Amount()
Declaration
public Amount()
Properties
Code
The currency code
Declaration
public CurrencyCode Code { get; set; }
Property Value
Type | Description |
---|---|
CurrencyCode |
IsConverted
True if the amount was converted from an original currency
Declaration
public bool IsConverted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Value
The value amount
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double |