Click or drag to resize

RecordingDetailWebCurrencyExchangeRate Property

The exchange rate used to convert between the Amount currency and the LineAmountCurrencyIsoCode.

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public double? CurrencyExchangeRate { get; set; }

Property Value

Type: NullableDouble
Remarks
Can be null if no exchange rate is available
See Also