Class TAmount
This class has information related to amount and currency
Inheritance
System.Object
TAmount
Namespace: EDIPlatformFinance.BusinessLayer.Operational
Assembly: EDIPlatformFinance.BusinessLayer.Core.dll
Syntax
[Serializable]
[DataContract]
public class TAmount
Properties
CurrCd
Declaration
[DataMember(IsRequired = true, EmitDefaultValue = false)]
public string CurrCd { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Amount ISO currency code. For example EUR. This is a mandatory property |
Value
Declaration
[DataMember(IsRequired = true)]
public decimal Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | Amount value. This is a mandatory property |