Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom Namespace > DocumentVatRegisterCurrencyIssue Class > DocumentVatRegisterCurrencyIssue Properties > CurrencyRateTableId Property 

Drukuj

.NET Framework Class Library

DocumentVatRegisterCurrencyIssue.CurrencyRateTableId Property

Id tabeli kursu waluty. Odpowiednik pola [ExtId] z obiektu PPozycjaVAT.

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

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 CurrencyRateTableId As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intCurrencyRateTableId { getset; }

Visual C++

public:
property Nullable<intCurrencyRateTableId {
 Nullable<intget ();
 void set (Nullable<intvalue);
}

JavaScript

function get_currencyRateTableId();
function set_currencyRateTableId(value);

See Also

DocumentVatRegisterCurrencyIssue Class

DocumentVatRegisterCurrencyIssue Members

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