Class Amount
Represents an amount in a currency
public class Amount
- Inheritance
-
Amount
- Inherited Members
Constructors
Amount()
public Amount()
Properties
Code
The currency code
public CurrencyCode Code { get; set; }
Property Value
IsConverted
True if the amount was converted from an original currency
public bool IsConverted { get; set; }
Property Value
Value
The value amount
public double Value { get; set; }