Sage.PL.WebAPI.Interface.Products.ViewModels Namespace > Product Class > Product Properties > CurrencyRate Property 

Drukuj

.NET Framework Class Library

Product.CurrencyRate Property

Kurs waluty, według którego dokonywane jest obliczenie ceny zakupu. Odpowiednik pola [kursWal] z obiektu BTowar.

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

Assembly:  Sage.PL.WebAPI.Interface.Products (in Sage.PL.WebAPI.Interface.Products.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

Product Class

Product Members

Sage.PL.WebAPI.Interface.Products.ViewModels Namespace