Exchange Rate (ASBIE). An association to Exchange Rate (between the Statement Line currency and the Related Document Currency).

Namespace: Unimaze.Composer.Ubl2.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public IExchangeRate ExchangeRate { get; set; }
Visual Basic
Public Property ExchangeRate As IExchangeRate
	Get
	Set
Visual C++
public:
virtual property IExchangeRate^ ExchangeRate {
	IExchangeRate^ get () sealed;
	void set (IExchangeRate^ value) sealed;
}
F#
abstract ExchangeRate : IExchangeRate with get, set
override ExchangeRate : IExchangeRate with get, set

Property Value

Type: IExchangeRate

Implements

IStatementLine..::..ExchangeRate

Remarks

Dictionary entry name
Statement Line. Exchange Rate
Cardinality
0..1

See Also