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

Drukuj

.NET Framework Class Library

PurchaseCorrection.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

PurchaseCorrection Class

PurchaseCorrection Members

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