Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace > DocumentV2 Class > DocumentV2 Properties > CurrencyRate Property 

Drukuj

.NET Framework Class Library

DocumentV2.CurrencyRate Property

Kurs waluty. Odpowiednik pola [kurs] z obiektu PDokument.

Namespace: Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.FKF.Documents (in Sage.PL.WebAPI.Interface.FKF.Documents.dll) Version: 25.20.1.0 (25.20.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

DocumentV2 Class

DocumentV2 Members

Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace