Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace > DocumentRecord Class > DocumentRecord Properties > CurrencyRateType Property 

Drukuj

.NET Framework Class Library

DocumentRecord.CurrencyRateType Property

Typ kursu waluty. Odpowiednik pola [typkursu] z obiektu PZapis.

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

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

Syntax

Visual Basic

Public Property CurrencyRateType As enumCurrencyRateType
 Get
 Set

C#

public enumCurrencyRateType CurrencyRateType { getset; }

Visual C++

public:
property enumCurrencyRateType CurrencyRateType {
 enumCurrencyRateType get ();
 void set (enumCurrencyRateType value);
}

JavaScript

function get_currencyRateType();
function set_currencyRateType(value);

See Also

DocumentRecord Class

DocumentRecord Members

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