Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace > PurchaseDocument Class > PurchaseDocument Properties > CurrencyRate Property 

Drukuj

.NET Framework Class Library

PurchaseDocument.CurrencyRate Property

Kurs waluty.

Namespace: Sage.PL.WebAPI.Interface.Purchases.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.Purchases (in Sage.PL.WebAPI.Interface.Purchases.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property CurrencyRate As Decimal
 Get
 Set

C#

public decimal CurrencyRate { getset; }

Visual C++

public:
property Decimal CurrencyRate {
 Decimal get ();
 void set (Decimal value);
}

JavaScript

function get_currencyRate();
function set_currencyRate(value);

See Also

PurchaseDocument Class

PurchaseDocument Members

Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace