Exchange Rate (ASBIE). An association to Exchange Rate between the Document Currency and the Tax Currency.

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

Syntax

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

Property Value

Type: IExchangeRate

Implements

IReminder..::..TaxExchangeRate

Remarks

Dictionary entry name
Reminder. Tax_ Exchange Rate. Exchange Rate
Cardinality
0..1

See Also