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

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

Syntax

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

Property Value

Type: IExchangeRate

Remarks

Dictionary entry name
Remittance Advice Line. Exchange Rate
Cardinality
0..1

See Also