Table of Contents

Class Amount

Namespace
Si.Srp.Models.Read
Assembly
Si.Srp.Models.Read.dll

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

CurrencyCode

IsConverted

True if the amount was converted from an original currency

public bool IsConverted { get; set; }

Property Value

bool

Value

The value amount

public double Value { get; set; }

Property Value

double