Class CurrencyConversionInfo
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class CurrencyConversionInfo : Entity, IEntity, IComparable, IIdentifiable
- Inheritance
-
CurrencyConversionInfo
- Implements
- Inherited Members
Constructors
CurrencyConversionInfo()
public CurrencyConversionInfo()
Properties
BaseCurrency
Gets or sets the base currency code
public Currency? BaseCurrency { get; set; }
Property Value
- Currency?
The base currency
ConversionRate
Gets or sets the conversion rate (multiplier to bring currency to base currency)
public decimal? ConversionRate { get; set; }
Property Value
- decimal?
The converison rate
Currency
Gets or sets the currency code
public Currency? Currency { get; set; }
Property Value
- Currency?
The currency
DateTime
Gets or sets the date of the conversion rate
public DateTime? DateTime { get; set; }
Property Value
- DateTime?
The date of the converison
Methods
Clone()
Creates a new object that is a copy of the current instance.
public override IEntity Clone()
Returns
- IEntity
A new object that is a copy of this instance.