Exchange Rate (ASBIE). An association to Exchange Rate between the Document Currency and the Payment Alternative Currency.
Namespace: Unimaze.Composer.Ubl2Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public IExchangeRate PaymentAlternativeExchangeRate { get; set; } |
| Visual Basic |
|---|
Public Property PaymentAlternativeExchangeRate As IExchangeRate
Get
Set |
| Visual C++ |
|---|
public:
virtual property IExchangeRate^ PaymentAlternativeExchangeRate {
IExchangeRate^ get () sealed;
void set (IExchangeRate^ value) sealed;
} |
| F# |
|---|
abstract PaymentAlternativeExchangeRate : IExchangeRate with get, set
override PaymentAlternativeExchangeRate : IExchangeRate with get, set |
Property Value
Type:
IExchangeRateImplements
IDebitNote..::..PaymentAlternativeExchangeRateRemarks
See Also